#BC4372

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

Shades of Royal Heath #BC4372

Tints of Royal Heath #BC4372

Color information

#BC4372 (or 0xBC4372) is unknown color: approx Royal Heath. HEX triplet: BC, 43 and 72. RGB value is (188,67,114). Sum of RGB (Red+Green+Blue) = 188+67+114=369 (48% of max value = 765). Red value is 188 (73.83% from 255 or 50.95% from 369); Green value is 67 (26.56% from 255 or 18.16% from 369); Blue value is 114 (44.92% from 255 or 30.89% from 369); Max value from RGB is 188 - color contains mainly: red. Hex color #BC4372 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BC4372 is #43BC8D. Grayscale: #6C6C6C. Windows color (decimal): -4439182 or 7488444. OLE color: 7488444.

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

Color convert

RGB18867114-
CMYK00.640.390.26
HSL336.69º47.45%50%-
HSV(B)336.69º64.36%73.73%-
XYZ25.7815.9217.63-
YUV108.54131.09184.68-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 50.95%
GREEN value IS 67 (26.56% from 255) = 18.16%
BLUE value IS 114 (44.92% from 255) = 30.89%
R=50.95%
G=18.16%
B=30.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.39
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1886711400.640.390.26336.6947.4550
HexBC4372040271A1512f32
Octal274103162010047325215762
Binary10111100100001111100100100000010011111010101010001101111110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC4372

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC4372; }

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

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

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

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

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

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

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

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