#B97076

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

Shades of Turkish Rose #B97076

Tints of Turkish Rose #B97076

Color information

#B97076 (or 0xB97076) is unknown color: approx Turkish Rose. HEX triplet: B9, 70 and 76. RGB value is (185,112,118). Sum of RGB (Red+Green+Blue) = 185+112+118=415 (54% of max value = 765). Red value is 185 (72.66% from 255 or 44.58% from 415); Green value is 112 (44.14% from 255 or 26.99% from 415); Blue value is 118 (46.48% from 255 or 28.43% from 415); Max value from RGB is 185 - color contains mainly: red. Hex color #B97076 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B97076 is #468F89. Grayscale: #868686. Windows color (decimal): -4624266 or 7762105. OLE color: 7762105.

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

Color convert

RGB185112118-
CMYK00.390.360.27
HSL355.07º34.27%58.24%-
HSV(B)355.07º39.46%72.55%-
XYZ29.0723.2120.09-
YUV134.51118.68164.01-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 44.58%
GREEN value IS 112 (44.14% from 255) = 26.99%
BLUE value IS 118 (46.48% from 255) = 28.43%
R=44.58%
G=26.99%
B=28.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.36
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18511211800.390.360.27355.0734.2758.24
HexB97076027241B163223a
Octal27116016604744335434272
Binary1011100111100001110110010011110010011011101100011100010111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B97076

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B97076; }

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

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

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

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

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

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

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

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