#B9696F

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

Shades of Turkish Rose #B9696F

Tints of Turkish Rose #B9696F

Color information

#B9696F (or 0xB9696F) is unknown color: approx Turkish Rose. HEX triplet: B9, 69 and 6F. RGB value is (185,105,111). Sum of RGB (Red+Green+Blue) = 185+105+111=401 (53% of max value = 765). Red value is 185 (72.66% from 255 or 46.13% from 401); Green value is 105 (41.41% from 255 or 26.18% from 401); Blue value is 111 (43.75% from 255 or 27.68% from 401); Max value from RGB is 185 - color contains mainly: red. Hex color #B9696F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B9696F is #469690. Grayscale: #818181. Windows color (decimal): -4626065 or 7301561. OLE color: 7301561.

HSL color Cylindrical-coordinate representation of color #B9696F: hue angle of 355.5º degrees, saturation: 0.36, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #B9696F is Cyan = 0, Magento = 0.43, Yellow = 0.4 and Black (K on CMYK) = 0.27.

Color convert

RGB185105111-
CMYK00.430.40.27
HSL355.5º36.36%56.86%-
HSV(B)355.5º43.24%72.55%-
XYZ27.9321.5717.73-
YUV129.6117.5167.51-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 46.13%
GREEN value IS 105 (41.41% from 255) = 26.18%
BLUE value IS 111 (43.75% from 255) = 27.68%
R=46.13%
G=26.18%
B=27.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.4
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18510511100.430.40.27355.536.3656.86
HexB9696F02B281B1642439
Octal27115115705350335444471
Binary1011100111010011101111010101110100011011101100100100100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B9696F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B9696F; }

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

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

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

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

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

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

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

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