#bc4277

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

Shades of Royal Heath #BC4277

Tints of Royal Heath #BC4277

Color information

#BC4277 (or 0xBC4277) is unknown color: approx Royal Heath. HEX triplet: BC, 42 and 77. RGB value is (188,66,119). Sum of RGB (Red+Green+Blue) = 188+66+119=373 (49% of max value = 765). Red value is 188 (73.83% from 255 or 50.40% from 373); Green value is 66 (26.17% from 255 or 17.69% from 373); Blue value is 119 (46.88% from 255 or 31.90% from 373); Max value from RGB is 188 - color contains mainly: red. Hex color #BC4277 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BC4277 is #43BD88. Grayscale: #6C6C6C. Windows color (decimal): -4439433 or 7815868. OLE color: 7815868.

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

Color convert

RGB18866119-
CMYK00.650.370.26
HSL333.93º48.03%49.8%-
HSV(B)333.93º64.89%73.73%-
XYZ26.0215.9219.15-
YUV108.52133.92184.69-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 50.40%
GREEN value IS 66 (26.17% from 255) = 17.69%
BLUE value IS 119 (46.88% from 255) = 31.90%
R=50.40%
G=17.69%
B=31.90%

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
Decimal1886611900.650.370.26333.9348.0349.8
HexBC4277041251A14e3032
Octal274102167010145325166062
Binary10111100100001011101110100000110010111010101001110110000110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #bc4277

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #bc4277; }

 p { color: rgb(188,66,119); }

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

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

 a { background-color: rgb(188,66,119); }

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

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

 span { border-color: rgb(188,66,119); }

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