#B96E70

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

Shades of Turkish Rose #B96E70

Tints of Turkish Rose #B96E70

Color information

#B96E70 (or 0xB96E70) is unknown color: approx Turkish Rose. HEX triplet: B9, 6E and 70. RGB value is (185,110,112). Sum of RGB (Red+Green+Blue) = 185+110+112=407 (53% of max value = 765). Red value is 185 (72.66% from 255 or 45.45% from 407); Green value is 110 (43.36% from 255 or 27.03% from 407); Blue value is 112 (44.14% from 255 or 27.52% from 407); Max value from RGB is 185 - color contains mainly: red. Hex color #B96E70 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B96E70 is #46918F. Grayscale: #848484. Windows color (decimal): -4624784 or 7368377. OLE color: 7368377.

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

Color convert

RGB185110112-
CMYK00.410.390.27
HSL358.4º34.88%57.84%-
HSV(B)358.4º40.54%72.55%-
XYZ28.5122.6418.2-
YUV132.65116.35165.34-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 45.45%
GREEN value IS 110 (43.36% from 255) = 27.03%
BLUE value IS 112 (44.14% from 255) = 27.52%
R=45.45%
G=27.03%
B=27.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.39
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18511011200.410.390.27358.434.8857.84
HexB96E70029271B166233a
Octal27115616005147335464372
Binary1011100111011101110000010100110011111011101100110100011111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B96E70

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B96E70; }

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

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

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

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

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

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

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

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