#B97176

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

Shades of Turkish Rose #B97176

Tints of Turkish Rose #B97176

Color information

#B97176 (or 0xB97176) is unknown color: approx Turkish Rose. HEX triplet: B9, 71 and 76. RGB value is (185,113,118). Sum of RGB (Red+Green+Blue) = 185+113+118=416 (55% of max value = 765). Red value is 185 (72.66% from 255 or 44.47% from 416); Green value is 113 (44.53% from 255 or 27.16% from 416); Blue value is 118 (46.48% from 255 or 28.37% from 416); Max value from RGB is 185 - color contains mainly: red. Hex color #B97176 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B97176 is #468E89. Grayscale: #878787. Windows color (decimal): -4624010 or 7762361. OLE color: 7762361.

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

Color convert

RGB185113118-
CMYK00.390.360.27
HSL355.83º33.96%58.43%-
HSV(B)355.83º38.92%72.55%-
XYZ29.1823.4320.12-
YUV135.1118.35163.59-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 44.47%
GREEN value IS 113 (44.53% from 255) = 27.16%
BLUE value IS 118 (46.48% from 255) = 28.37%
R=44.47%
G=27.16%
B=28.37%

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
Decimal18511311800.390.360.27355.8333.9658.43
HexB97176027241B164223a
Octal27116116604744335444272
Binary1011100111100011110110010011110010011011101100100100010111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B97176

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B97176; }

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

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

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

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

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

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

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

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