#BD696F

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

Shades of Turkish Rose #BD696F

Tints of Turkish Rose #BD696F

Color information

#BD696F (or 0xBD696F) is unknown color: approx Turkish Rose. HEX triplet: BD, 69 and 6F. RGB value is (189,105,111). Sum of RGB (Red+Green+Blue) = 189+105+111=405 (53% of max value = 765). Red value is 189 (74.22% from 255 or 46.67% from 405); Green value is 105 (41.41% from 255 or 25.93% from 405); Blue value is 111 (43.75% from 255 or 27.41% from 405); Max value from RGB is 189 - color contains mainly: red. Hex color #BD696F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BD696F is #429690. Grayscale: #828282. Windows color (decimal): -4363921 or 7301565. OLE color: 7301565.

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

Color convert

RGB189105111-
CMYK00.440.410.26
HSL355.71º38.89%57.65%-
HSV(B)355.71º44.44%74.12%-
XYZ28.9122.0717.78-
YUV130.8116.83169.51-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 46.67%
GREEN value IS 105 (41.41% from 255) = 25.93%
BLUE value IS 111 (43.75% from 255) = 27.41%
R=46.67%
G=25.93%
B=27.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.41
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18910511100.440.410.26355.7138.8957.65
HexBD696F02C291A164273a
Octal27515115705451325444772
Binary1011110111010011101111010110010100111010101100100100111111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD696F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD696F; }

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

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

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

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

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

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

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

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