#BC4172

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

Shades of Royal Heath #BC4172

Tints of Royal Heath #BC4172

Color information

#BC4172 (or 0xBC4172) is unknown color: approx Royal Heath. HEX triplet: BC, 41 and 72. RGB value is (188,65,114). Sum of RGB (Red+Green+Blue) = 188+65+114=367 (48% of max value = 765). Red value is 188 (73.83% from 255 or 51.23% from 367); Green value is 65 (25.78% from 255 or 17.71% from 367); Blue value is 114 (44.92% from 255 or 31.06% from 367); Max value from RGB is 188 - color contains mainly: red. Hex color #BC4172 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BC4172 is #43BE8D. Grayscale: #6B6B6B. Windows color (decimal): -4439694 or 7487932. OLE color: 7487932.

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

Color convert

RGB18865114-
CMYK00.650.390.26
HSL336.1º48.62%49.61%-
HSV(B)336.1º65.43%73.73%-
XYZ25.6715.6917.59-
YUV107.36131.75185.52-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 51.23%
GREEN value IS 65 (25.78% from 255) = 17.71%
BLUE value IS 114 (44.92% from 255) = 31.06%
R=51.23%
G=17.71%
B=31.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.39
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1886511400.650.390.26336.148.6249.61
HexBC4172041271A1503132
Octal274101162010147325206162
Binary10111100100000111100100100000110011111010101010000110001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC4172

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC4172; }

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

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

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

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

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

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

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

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