#B96A6C

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

Shades of Turkish Rose #B96A6C

Tints of Turkish Rose #B96A6C

Color information

#B96A6C (or 0xB96A6C) is unknown color: approx Turkish Rose. HEX triplet: B9, 6A and 6C. RGB value is (185,106,108). Sum of RGB (Red+Green+Blue) = 185+106+108=399 (52% of max value = 765). Red value is 185 (72.66% from 255 or 46.37% from 399); Green value is 106 (41.80% from 255 or 26.57% from 399); Blue value is 108 (42.58% from 255 or 27.07% from 399); Max value from RGB is 185 - color contains mainly: red. Hex color #B96A6C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B96A6C is #469593. Grayscale: #818181. Windows color (decimal): -4625812 or 7105209. OLE color: 7105209.

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

Color convert

RGB185106108-
CMYK00.430.420.27
HSL358.48º36.07%57.06%-
HSV(B)358.48º42.7%72.55%-
XYZ27.8721.7116.91-
YUV129.85115.67167.34-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 46.37%
GREEN value IS 106 (41.80% from 255) = 26.57%
BLUE value IS 108 (42.58% from 255) = 27.07%
R=46.37%
G=26.57%
B=27.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.42
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18510610800.430.420.27358.4836.0757.06
HexB96A6C02B2A1B1662439
Octal27115215405352335464471
Binary1011100111010101101100010101110101011011101100110100100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B96A6C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B96A6C; }

 p { color: rgb(185,106,108); }

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

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

 a { background-color: rgb(185,106,108); }

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

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

 span { border-color: rgb(185,106,108); }

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