#B97377

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

Shades of Turkish Rose #B97377

Tints of Turkish Rose #B97377

Color information

#B97377 (or 0xB97377) is unknown color: approx Turkish Rose. HEX triplet: B9, 73 and 77. RGB value is (185,115,119). Sum of RGB (Red+Green+Blue) = 185+115+119=419 (55% of max value = 765). Red value is 185 (72.66% from 255 or 44.15% from 419); Green value is 115 (45.31% from 255 or 27.45% from 419); Blue value is 119 (46.88% from 255 or 28.40% from 419); Max value from RGB is 185 - color contains mainly: red. Hex color #B97377 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B97377 is #468C88. Grayscale: #888888. Windows color (decimal): -4623497 or 7828409. OLE color: 7828409.

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

Color convert

RGB185115119-
CMYK00.380.360.27
HSL356.57º33.33%58.82%-
HSV(B)356.57º37.84%72.55%-
XYZ29.4723.9120.51-
YUV136.39118.19162.67-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 44.15%
GREEN value IS 115 (45.31% from 255) = 27.45%
BLUE value IS 119 (46.88% from 255) = 28.40%
R=44.15%
G=27.45%
B=28.40%

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
Decimal18511511900.380.360.27356.5733.3358.82
HexB97377026241B165213b
Octal27116316704644335454173
Binary1011100111100111110111010011010010011011101100101100001111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B97377

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B97377; }

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

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

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

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

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

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

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

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