#B96E77

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

Shades of Turkish Rose #B96E77

Tints of Turkish Rose #B96E77

Color information

#B96E77 (or 0xB96E77) is unknown color: approx Turkish Rose. HEX triplet: B9, 6E and 77. RGB value is (185,110,119). Sum of RGB (Red+Green+Blue) = 185+110+119=414 (54% of max value = 765). Red value is 185 (72.66% from 255 or 44.69% from 414); Green value is 110 (43.36% from 255 or 26.57% from 414); Blue value is 119 (46.88% from 255 or 28.74% from 414); Max value from RGB is 185 - color contains mainly: red. Hex color #B96E77 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B96E77 is #469188. Grayscale: #858585. Windows color (decimal): -4624777 or 7827129. OLE color: 7827129.

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

Color convert

RGB185110119-
CMYK00.410.360.27
HSL352.8º34.88%57.84%-
HSV(B)352.8º40.54%72.55%-
XYZ28.9122.820.33-
YUV133.45119.85164.77-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 44.69%
GREEN value IS 110 (43.36% from 255) = 26.57%
BLUE value IS 119 (46.88% from 255) = 28.74%
R=44.69%
G=26.57%
B=28.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.36
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18511011900.410.360.27352.834.8857.84
HexB96E77029241B161233a
Octal27115616705144335414372
Binary1011100111011101110111010100110010011011101100001100011111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B96E77

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B96E77; }

 p { color: rgb(185,110,119); }

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

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

 a { background-color: rgb(185,110,119); }

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

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

 span { border-color: rgb(185,110,119); }

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