#BC436C

Color #BC436C Royal Heath (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Royal Heath #BC436C

Tints of Royal Heath #BC436C

Color information

#BC436C (or 0xBC436C) is unknown color: approx Royal Heath. HEX triplet: BC, 43 and 6C. RGB value is (188,67,108). Sum of RGB (Red+Green+Blue) = 188+67+108=363 (48% of max value = 765). Red value is 188 (73.83% from 255 or 51.79% from 363); Green value is 67 (26.56% from 255 or 18.46% from 363); Blue value is 108 (42.58% from 255 or 29.75% from 363); Max value from RGB is 188 - color contains mainly: red. Hex color #BC436C is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BC436C is #43BC93. Grayscale: #6B6B6B. Windows color (decimal): -4439188 or 7095228. OLE color: 7095228.

HSL color Cylindrical-coordinate representation of color #BC436C: hue angle of 339.67º degrees, saturation: 0.47, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #BC436C is Cyan = 0, Magento = 0.64, Yellow = 0.43 and Black (K on CMYK) = 0.26.

Color convert

RGB18867108-
CMYK00.640.430.26
HSL339.67º47.45%50%-
HSV(B)339.67º64.36%73.73%-
XYZ25.4515.7915.89-
YUV107.85128.09185.17-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 188 (73.83% from 255) = 51.79%
GREEN value IS 67 (26.56% from 255) = 18.46%
BLUE value IS 108 (42.58% from 255) = 29.75%
R=51.79%
G=18.46%
B=29.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.43
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1886710800.640.430.26339.6747.4550
HexBC436C0402B1A1542f32
Octal274103154010053325245762
Binary10111100100001111011000100000010101111010101010100101111110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC436C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC436C; }

 p { color: rgb(188,67,108); }

 H1.HeaderClassName
 {
   color: #BC436C;
 }
 .AnyTagClassName
 {
   color: #BC436C;
 }
</style>
background-color css

<style>
 a { background-color: #BC436C; }

 a { background-color: rgb(188,67,108); }

 div.DivClassName
 {
   background-color: #BC436C;
 }
 .BgClassName
 {
   background-color: #BC436C;
 }
</style>
border-color css

<style>
 span { border-color: #BC436C; }

 span { border-color: rgb(188,67,108); }

 td.TdClassName
 {
   border-color: #BC436C;
 }
 .TagClassName
 {
   border-color: #BC436C;
 }
</style>