#B97376

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

Shades of Turkish Rose #B97376

Tints of Turkish Rose #B97376

Color information

#B97376 (or 0xB97376) is unknown color: approx Turkish Rose. HEX triplet: B9, 73 and 76. RGB value is (185,115,118). Sum of RGB (Red+Green+Blue) = 185+115+118=418 (55% of max value = 765). Red value is 185 (72.66% from 255 or 44.26% from 418); Green value is 115 (45.31% from 255 or 27.51% from 418); Blue value is 118 (46.48% from 255 or 28.23% from 418); Max value from RGB is 185 - color contains mainly: red. Hex color #B97376 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B97376 is #468C89. Grayscale: #888888. Windows color (decimal): -4623498 or 7762873. OLE color: 7762873.

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

Color convert

RGB185115118-
CMYK00.380.360.27
HSL357.43º33.33%58.82%-
HSV(B)357.43º37.84%72.55%-
XYZ29.4123.8820.2-
YUV136.27117.69162.76-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 44.26%
GREEN value IS 115 (45.31% from 255) = 27.51%
BLUE value IS 118 (46.48% from 255) = 28.23%
R=44.26%
G=27.51%
B=28.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.36
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18511511800.380.360.27357.4333.3358.82
HexB97376026241B165213b
Octal27116316604644335454173
Binary1011100111100111110110010011010010011011101100101100001111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B97376

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B97376; }

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

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

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

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

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

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

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

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