#BC4274

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

Shades of Royal Heath #BC4274

Tints of Royal Heath #BC4274

Color information

#BC4274 (or 0xBC4274) is unknown color: approx Royal Heath. HEX triplet: BC, 42 and 74. RGB value is (188,66,116). Sum of RGB (Red+Green+Blue) = 188+66+116=370 (49% of max value = 765). Red value is 188 (73.83% from 255 or 50.81% from 370); Green value is 66 (26.17% from 255 or 17.84% from 370); Blue value is 116 (45.70% from 255 or 31.35% from 370); Max value from RGB is 188 - color contains mainly: red. Hex color #BC4274 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BC4274 is #43BD8B. Grayscale: #6C6C6C. Windows color (decimal): -4439436 or 7619260. OLE color: 7619260.

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

Color convert

RGB18866116-
CMYK00.650.380.26
HSL335.41º48.03%49.8%-
HSV(B)335.41º64.89%73.73%-
XYZ25.8415.8518.22-
YUV108.18132.42184.93-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 50.81%
GREEN value IS 66 (26.17% from 255) = 17.84%
BLUE value IS 116 (45.70% from 255) = 31.35%
R=50.81%
G=17.84%
B=31.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.38
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1886611600.650.380.26335.4148.0349.8
HexBC4274041261A14f3032
Octal274102164010146325176062
Binary10111100100001011101000100000110011011010101001111110000110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC4274

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC4274; }

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

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

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

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

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

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

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

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