#BD4B6F

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

Shades of Royal Heath #BD4B6F

Tints of Royal Heath #BD4B6F

Color information

#BD4B6F (or 0xBD4B6F) is unknown color: approx Royal Heath. HEX triplet: BD, 4B and 6F. RGB value is (189,75,111). Sum of RGB (Red+Green+Blue) = 189+75+111=375 (49% of max value = 765). Red value is 189 (74.22% from 255 or 50.4% from 375); Green value is 75 (29.69% from 255 or 20% from 375); Blue value is 111 (43.75% from 255 or 29.6% from 375); Max value from RGB is 189 - color contains mainly: red. Hex color #BD4B6F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BD4B6F is #42B490. Grayscale: #717171. Windows color (decimal): -4371601 or 7293885. OLE color: 7293885.

HSL color Cylindrical-coordinate representation of color #BD4B6F: hue angle of 341.05º degrees, saturation: 0.46, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #BD4B6F is Cyan = 0, Magento = 0.60, Yellow = 0.41 and Black (K on CMYK) = 0.26.

Color convert

RGB18975111-
CMYK00.600.410.26
HSL341.05º46.34%51.76%-
HSV(B)341.05º60.32%74.12%-
XYZ26.371716.93-
YUV113.19126.77182.07-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 50.4%
GREEN value IS 75 (29.69% from 255) = 20%
BLUE value IS 111 (43.75% from 255) = 29.6%
R=50.4%
G=20%
B=29.6%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.41
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1897511100.600.410.26341.0546.3451.76
HexBD4B6F03C291A1552e34
Octal27511315707451325255664
Binary1011110110010111101111011110010100111010101010101101110110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD4B6F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD4B6F; }

 p { color: rgb(189,75,111); }

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

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

 a { background-color: rgb(189,75,111); }

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

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

 span { border-color: rgb(189,75,111); }

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