#B96F73

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

Shades of Turkish Rose #B96F73

Tints of Turkish Rose #B96F73

Color information

#B96F73 (or 0xB96F73) is unknown color: approx Turkish Rose. HEX triplet: B9, 6F and 73. RGB value is (185,111,115). Sum of RGB (Red+Green+Blue) = 185+111+115=411 (54% of max value = 765). Red value is 185 (72.66% from 255 or 45.01% from 411); Green value is 111 (43.75% from 255 or 27.01% from 411); Blue value is 115 (45.31% from 255 or 27.98% from 411); Max value from RGB is 185 - color contains mainly: red. Hex color #B96F73 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B96F73 is #46908C. Grayscale: #858585. Windows color (decimal): -4624525 or 7565241. OLE color: 7565241.

HSL color Cylindrical-coordinate representation of color #B96F73: hue angle of 356.76º 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 #B96F73 is Cyan = 0, Magento = 0.4, Yellow = 0.38 and Black (K on CMYK) = 0.27.

Color convert

RGB185111115-
CMYK00.40.380.27
HSL356.76º34.58%58.04%-
HSV(B)356.76º40%72.55%-
XYZ28.7922.9219.13-
YUV133.58117.52164.67-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 45.01%
GREEN value IS 111 (43.75% from 255) = 27.01%
BLUE value IS 115 (45.31% from 255) = 27.98%
R=45.01%
G=27.01%
B=27.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.4
Y (Yellow) values IS 0.38
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18511111500.40.380.27356.7634.5858.04
HexB96F73028261B165233a
Octal27115716305046335454372
Binary1011100111011111110011010100010011011011101100101100011111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B96F73

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B96F73; }

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

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

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

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

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

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

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

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