#BD3B76

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

Shades of Royal Heath #BD3B76

Tints of Royal Heath #BD3B76

Color information

#BD3B76 (or 0xBD3B76) is unknown color: approx Royal Heath. HEX triplet: BD, 3B and 76. RGB value is (189,59,118). Sum of RGB (Red+Green+Blue) = 189+59+118=366 (48% of max value = 765). Red value is 189 (74.22% from 255 or 51.64% from 366); Green value is 59 (23.44% from 255 or 16.12% from 366); Blue value is 118 (46.48% from 255 or 32.24% from 366); Max value from RGB is 189 - color contains mainly: red. Hex color #BD3B76 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BD3B76 is #42C489. Grayscale: #686868. Windows color (decimal): -4375690 or 7748541. OLE color: 7748541.

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

Color convert

RGB18959118-
CMYK00.690.380.26
HSL332.77º52.42%48.63%-
HSV(B)332.77º68.78%74.12%-
XYZ25.8215.2518.72-
YUV104.6135.57188.2-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 51.64%
GREEN value IS 59 (23.44% from 255) = 16.12%
BLUE value IS 118 (46.48% from 255) = 32.24%
R=51.64%
G=16.12%
B=32.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.38
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1895911800.690.380.26332.7752.4248.63
HexBD3B76045261A14d3431
Octal27573166010546325156461
Binary1011110111101111101100100010110011011010101001101110100110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD3B76

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD3B76; }

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

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

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

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

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

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

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

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