#B96D72

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

Shades of Turkish Rose #B96D72

Tints of Turkish Rose #B96D72

Color information

#B96D72 (or 0xB96D72) is unknown color: approx Turkish Rose. HEX triplet: B9, 6D and 72. RGB value is (185,109,114). Sum of RGB (Red+Green+Blue) = 185+109+114=408 (54% of max value = 765). Red value is 185 (72.66% from 255 or 45.34% from 408); Green value is 109 (42.97% from 255 or 26.72% from 408); Blue value is 114 (44.92% from 255 or 27.94% from 408); Max value from RGB is 185 - color contains mainly: red. Hex color #B96D72 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B96D72 is #46928D. Grayscale: #848484. Windows color (decimal): -4625038 or 7499193. OLE color: 7499193.

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

Color convert

RGB185109114-
CMYK00.410.380.27
HSL356.05º35.19%57.65%-
HSV(B)356.05º41.08%72.55%-
XYZ28.5122.4718.75-
YUV132.29117.68165.59-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 45.34%
GREEN value IS 109 (42.97% from 255) = 26.72%
BLUE value IS 114 (44.92% from 255) = 27.94%
R=45.34%
G=26.72%
B=27.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.38
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18510911400.410.380.27356.0535.1957.65
HexB96D72029261B164233a
Octal27115516205146335444372
Binary1011100111011011110010010100110011011011101100100100011111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B96D72

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B96D72; }

 p { color: rgb(185,109,114); }

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

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

 a { background-color: rgb(185,109,114); }

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

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

 span { border-color: rgb(185,109,114); }

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