#BC4176

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

Shades of Royal Heath #BC4176

Tints of Royal Heath #BC4176

Color information

#BC4176 (or 0xBC4176) is unknown color: approx Royal Heath. HEX triplet: BC, 41 and 76. RGB value is (188,65,118). Sum of RGB (Red+Green+Blue) = 188+65+118=371 (49% of max value = 765). Red value is 188 (73.83% from 255 or 50.67% from 371); Green value is 65 (25.78% from 255 or 17.52% from 371); Blue value is 118 (46.48% from 255 or 31.81% from 371); Max value from RGB is 188 - color contains mainly: red. Hex color #BC4176 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BC4176 is #43BE89. Grayscale: #6B6B6B. Windows color (decimal): -4439690 or 7750076. OLE color: 7750076.

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

Color convert

RGB18865118-
CMYK00.650.370.26
HSL334.15º48.62%49.61%-
HSV(B)334.15º65.43%73.73%-
XYZ25.915.7818.82-
YUV107.82133.75185.19-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 50.67%
GREEN value IS 65 (25.78% from 255) = 17.52%
BLUE value IS 118 (46.48% from 255) = 31.81%
R=50.67%
G=17.52%
B=31.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.37
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1886511800.650.370.26334.1548.6249.61
HexBC4176041251A14e3132
Octal274101166010145325166162
Binary10111100100000111101100100000110010111010101001110110001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC4176

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC4176; }

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

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

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

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

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

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

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

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