#BD5276

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

Shades of Royal Heath #BD5276

Tints of Royal Heath #BD5276

Color information

#BD5276 (or 0xBD5276) is unknown color: approx Royal Heath. HEX triplet: BD, 52 and 76. RGB value is (189,82,118). Sum of RGB (Red+Green+Blue) = 189+82+118=389 (51% of max value = 765). Red value is 189 (74.22% from 255 or 48.59% from 389); Green value is 82 (32.42% from 255 or 21.08% from 389); Blue value is 118 (46.48% from 255 or 30.33% from 389); Max value from RGB is 189 - color contains mainly: red. Hex color #BD5276 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BD5276 is #42AD89. Grayscale: #767676. Windows color (decimal): -4369802 or 7754429. OLE color: 7754429.

HSL color Cylindrical-coordinate representation of color #BD5276: hue angle of 339.81º degrees, saturation: 0.45, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #BD5276 is Cyan = 0, Magento = 0.57, Yellow = 0.38 and Black (K on CMYK) = 0.26.

Color convert

RGB18982118-
CMYK00.570.380.26
HSL339.81º44.77%53.14%-
HSV(B)339.81º56.61%74.12%-
XYZ27.2718.1619.21-
YUV118.1127.95178.57-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 48.59%
GREEN value IS 82 (32.42% from 255) = 21.08%
BLUE value IS 118 (46.48% from 255) = 30.33%
R=48.59%
G=21.08%
B=30.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.38
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1898211800.570.380.26339.8144.7753.14
HexBD5276039261A1542d35
Octal27512216607146325245565
Binary1011110110100101110110011100110011011010101010100101101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD5276

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD5276; }

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

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

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

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

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

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

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

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