#BD537B

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

Shades of Royal Heath #BD537B

Tints of Royal Heath #BD537B

Color information

#BD537B (or 0xBD537B) is unknown color: approx Royal Heath. HEX triplet: BD, 53 and 7B. RGB value is (189,83,123). Sum of RGB (Red+Green+Blue) = 189+83+123=395 (52% of max value = 765). Red value is 189 (74.22% from 255 or 47.85% from 395); Green value is 83 (32.81% from 255 or 21.01% from 395); Blue value is 123 (48.44% from 255 or 31.14% from 395); Max value from RGB is 189 - color contains mainly: red. Hex color #BD537B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BD537B is #42AC84. Grayscale: #777777. Windows color (decimal): -4369541 or 8082365. OLE color: 8082365.

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

Color convert

RGB18983123-
CMYK00.560.350.26
HSL337.36º44.54%53.33%-
HSV(B)337.36º56.08%74.12%-
XYZ27.6518.4420.84-
YUV119.25130.12177.75-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 47.85%
GREEN value IS 83 (32.81% from 255) = 21.01%
BLUE value IS 123 (48.44% from 255) = 31.14%
R=47.85%
G=21.01%
B=31.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.35
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1898312300.560.350.26337.3644.5453.33
HexBD537B038231A1512d35
Octal27512317307043325215565
Binary1011110110100111111011011100010001111010101010001101101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD537B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD537B; }

 p { color: rgb(189,83,123); }

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

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

 a { background-color: rgb(189,83,123); }

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

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

 span { border-color: rgb(189,83,123); }

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