#BD686E

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

Shades of Turkish Rose #BD686E

Tints of Turkish Rose #BD686E

Color information

#BD686E (or 0xBD686E) is unknown color: approx Turkish Rose. HEX triplet: BD, 68 and 6E. RGB value is (189,104,110). Sum of RGB (Red+Green+Blue) = 189+104+110=403 (53% of max value = 765). Red value is 189 (74.22% from 255 or 46.90% from 403); Green value is 104 (41.02% from 255 or 25.81% from 403); Blue value is 110 (43.36% from 255 or 27.30% from 403); Max value from RGB is 189 - color contains mainly: red. Hex color #BD686E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BD686E is #429791. Grayscale: #828282. Windows color (decimal): -4364178 or 7235773. OLE color: 7235773.

HSL color Cylindrical-coordinate representation of color #BD686E: hue angle of 355.76º 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 #BD686E is Cyan = 0, Magento = 0.45, Yellow = 0.42 and Black (K on CMYK) = 0.26.

Color convert

RGB189104110-
CMYK00.450.420.26
HSL355.76º39.17%57.45%-
HSV(B)355.76º44.97%74.12%-
XYZ28.7521.8517.45-
YUV130.1116.66170.01-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 46.90%
GREEN value IS 104 (41.02% from 255) = 25.81%
BLUE value IS 110 (43.36% from 255) = 27.30%
R=46.90%
G=25.81%
B=27.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.42
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18910411000.450.420.26355.7639.1757.45
HexBD686E02D2A1A1642739
Octal27515015605552325444771
Binary1011110111010001101110010110110101011010101100100100111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD686E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD686E; }

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

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

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

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

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

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

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

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