#BD6872

Color #BD6872 Turkish Rose (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Turkish Rose #BD6872

Tints of Turkish Rose #BD6872

Color information

#BD6872 (or 0xBD6872) is unknown color: approx Turkish Rose. HEX triplet: BD, 68 and 72. RGB value is (189,104,114). Sum of RGB (Red+Green+Blue) = 189+104+114=407 (53% of max value = 765). Red value is 189 (74.22% from 255 or 46.44% from 407); Green value is 104 (41.02% from 255 or 25.55% from 407); Blue value is 114 (44.92% from 255 or 28.01% from 407); Max value from RGB is 189 - color contains mainly: red. Hex color #BD6872 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BD6872 is #42978D. Grayscale: #828282. Windows color (decimal): -4364174 or 7497917. OLE color: 7497917.

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

Color convert

RGB189104114-
CMYK00.450.400.26
HSL352.94º39.17%57.45%-
HSV(B)352.94º44.97%74.12%-
XYZ28.9721.9318.63-
YUV130.56118.66169.69-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 46.44%
GREEN value IS 104 (41.02% from 255) = 25.55%
BLUE value IS 114 (44.92% from 255) = 28.01%
R=46.44%
G=25.55%
B=28.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.40
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18910411400.450.400.26352.9439.1757.45
HexBD687202D281A1612739
Octal27515016205550325414771
Binary1011110111010001110010010110110100011010101100001100111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD6872

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD6872; }

 p { color: rgb(189,104,114); }

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

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

 a { background-color: rgb(189,104,114); }

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

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

 span { border-color: rgb(189,104,114); }

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