#B96F75

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

Shades of Turkish Rose #B96F75

Tints of Turkish Rose #B96F75

Color information

#B96F75 (or 0xB96F75) is unknown color: approx Turkish Rose. HEX triplet: B9, 6F and 75. RGB value is (185,111,117). Sum of RGB (Red+Green+Blue) = 185+111+117=413 (54% of max value = 765). Red value is 185 (72.66% from 255 or 44.79% from 413); Green value is 111 (43.75% from 255 or 26.88% from 413); Blue value is 117 (46.09% from 255 or 28.33% from 413); Max value from RGB is 185 - color contains mainly: red. Hex color #B96F75 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B96F75 is #46908A. Grayscale: #858585. Windows color (decimal): -4624523 or 7696313. OLE color: 7696313.

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

Color convert

RGB185111117-
CMYK00.40.370.27
HSL355.14º34.58%58.04%-
HSV(B)355.14º40%72.55%-
XYZ28.922.9719.74-
YUV133.81118.52164.51-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 44.79%
GREEN value IS 111 (43.75% from 255) = 26.88%
BLUE value IS 117 (46.09% from 255) = 28.33%
R=44.79%
G=26.88%
B=28.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.4
Y (Yellow) values IS 0.37
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18511111700.40.370.27355.1434.5858.04
HexB96F75028251B163233a
Octal27115716505045335434372
Binary1011100111011111110101010100010010111011101100011100011111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B96F75

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B96F75; }

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

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

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

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

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

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

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

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