#BC436E

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

Shades of Royal Heath #BC436E

Tints of Royal Heath #BC436E

Color information

#BC436E (or 0xBC436E) is unknown color: approx Royal Heath. HEX triplet: BC, 43 and 6E. RGB value is (188,67,110). Sum of RGB (Red+Green+Blue) = 188+67+110=365 (48% of max value = 765). Red value is 188 (73.83% from 255 or 51.51% from 365); Green value is 67 (26.56% from 255 or 18.36% from 365); Blue value is 110 (43.36% from 255 or 30.14% from 365); Max value from RGB is 188 - color contains mainly: red. Hex color #BC436E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BC436E is #43BC91. Grayscale: #6C6C6C. Windows color (decimal): -4439186 or 7226300. OLE color: 7226300.

HSL color Cylindrical-coordinate representation of color #BC436E: hue angle of 338.68º 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 #BC436E is Cyan = 0, Magento = 0.64, Yellow = 0.41 and Black (K on CMYK) = 0.26.

Color convert

RGB18867110-
CMYK00.640.410.26
HSL338.68º47.45%50%-
HSV(B)338.68º64.36%73.73%-
XYZ25.5615.8316.46-
YUV108.08129.09185-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 51.51%
GREEN value IS 67 (26.56% from 255) = 18.36%
BLUE value IS 110 (43.36% from 255) = 30.14%
R=51.51%
G=18.36%
B=30.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.41
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1886711000.640.410.26338.6847.4550
HexBC436E040291A1532f32
Octal274103156010051325235762
Binary10111100100001111011100100000010100111010101010011101111110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC436E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC436E; }

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

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

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

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

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

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

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

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