#B97276

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

Shades of Turkish Rose #B97276

Tints of Turkish Rose #B97276

Color information

#B97276 (or 0xB97276) is unknown color: approx Turkish Rose. HEX triplet: B9, 72 and 76. RGB value is (185,114,118). Sum of RGB (Red+Green+Blue) = 185+114+118=417 (55% of max value = 765). Red value is 185 (72.66% from 255 or 44.36% from 417); Green value is 114 (44.92% from 255 or 27.34% from 417); Blue value is 118 (46.48% from 255 or 28.30% from 417); Max value from RGB is 185 - color contains mainly: red. Hex color #B97276 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B97276 is #468D89. Grayscale: #878787. Windows color (decimal): -4623754 or 7762617. OLE color: 7762617.

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

Color convert

RGB185114118-
CMYK00.380.360.27
HSL356.62º33.65%58.63%-
HSV(B)356.62º38.38%72.55%-
XYZ29.2923.6620.16-
YUV135.68118.02163.17-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 44.36%
GREEN value IS 114 (44.92% from 255) = 27.34%
BLUE value IS 118 (46.48% from 255) = 28.30%
R=44.36%
G=27.34%
B=28.30%

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
Decimal18511411800.380.360.27356.6233.6558.63
HexB97276026241B165223b
Octal27116216604644335454273
Binary1011100111100101110110010011010010011011101100101100010111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B97276

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B97276; }

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

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

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

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

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

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

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

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