#BD4276

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

Shades of Royal Heath #BD4276

Tints of Royal Heath #BD4276

Color information

#BD4276 (or 0xBD4276) is unknown color: approx Royal Heath. HEX triplet: BD, 42 and 76. RGB value is (189,66,118). Sum of RGB (Red+Green+Blue) = 189+66+118=373 (49% of max value = 765). Red value is 189 (74.22% from 255 or 50.67% from 373); Green value is 66 (26.17% from 255 or 17.69% from 373); Blue value is 118 (46.48% from 255 or 31.64% from 373); Max value from RGB is 189 - color contains mainly: red. Hex color #BD4276 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BD4276 is #42BD89. Grayscale: #6C6C6C. Windows color (decimal): -4373898 or 7750333. OLE color: 7750333.

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

Color convert

RGB18966118-
CMYK00.650.380.26
HSL334.63º48.24%50%-
HSV(B)334.63º65.08%74.12%-
XYZ26.216.0218.85-
YUV108.7133.25185.27-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 50.67%
GREEN value IS 66 (26.17% from 255) = 17.69%
BLUE value IS 118 (46.48% from 255) = 31.64%
R=50.67%
G=17.69%
B=31.64%

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
Decimal1896611800.650.380.26334.6348.2450
HexBD4276041261A14f3032
Octal275102166010146325176062
Binary10111101100001011101100100000110011011010101001111110000110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD4276

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD4276; }

 p { color: rgb(189,66,118); }

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

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

 a { background-color: rgb(189,66,118); }

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

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

 span { border-color: rgb(189,66,118); }

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