#BD6771

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

Shades of Turkish Rose #BD6771

Tints of Turkish Rose #BD6771

Color information

#BD6771 (or 0xBD6771) is unknown color: approx Turkish Rose. HEX triplet: BD, 67 and 71. RGB value is (189,103,113). Sum of RGB (Red+Green+Blue) = 189+103+113=405 (53% of max value = 765). Red value is 189 (74.22% from 255 or 46.67% from 405); Green value is 103 (40.62% from 255 or 25.43% from 405); Blue value is 113 (44.53% from 255 or 27.90% from 405); Max value from RGB is 189 - color contains mainly: red. Hex color #BD6771 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BD6771 is #42988E. Grayscale: #818181. Windows color (decimal): -4364431 or 7432125. OLE color: 7432125.

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

Color convert

RGB189103113-
CMYK00.460.400.26
HSL353.02º39.45%57.25%-
HSV(B)353.02º45.5%74.12%-
XYZ28.8221.7118.29-
YUV129.85118.49170.19-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 46.67%
GREEN value IS 103 (40.62% from 255) = 25.43%
BLUE value IS 113 (44.53% from 255) = 27.90%
R=46.67%
G=25.43%
B=27.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.40
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18910311300.460.400.26353.0239.4557.25
HexBD677102E281A1612739
Octal27514716105650325414771
Binary1011110111001111110001010111010100011010101100001100111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD6771

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD6771; }

 p { color: rgb(189,103,113); }

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

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

 a { background-color: rgb(189,103,113); }

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

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

 span { border-color: rgb(189,103,113); }

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