#B97277

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

Shades of Turkish Rose #B97277

Tints of Turkish Rose #B97277

Color information

#B97277 (or 0xB97277) is unknown color: approx Turkish Rose. HEX triplet: B9, 72 and 77. RGB value is (185,114,119). Sum of RGB (Red+Green+Blue) = 185+114+119=418 (55% of max value = 765). Red value is 185 (72.66% from 255 or 44.26% from 418); Green value is 114 (44.92% from 255 or 27.27% from 418); Blue value is 119 (46.88% from 255 or 28.47% from 418); Max value from RGB is 185 - color contains mainly: red. Hex color #B97277 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B97277 is #468D88. Grayscale: #878787. Windows color (decimal): -4623753 or 7828153. OLE color: 7828153.

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

Color convert

RGB185114119-
CMYK00.380.360.27
HSL355.77º33.65%58.63%-
HSV(B)355.77º38.38%72.55%-
XYZ29.3523.6820.48-
YUV135.8118.52163.09-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 44.26%
GREEN value IS 114 (44.92% from 255) = 27.27%
BLUE value IS 119 (46.88% from 255) = 28.47%
R=44.26%
G=27.27%
B=28.47%

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
Decimal18511411900.380.360.27355.7733.6558.63
HexB97277026241B164223b
Octal27116216704644335444273
Binary1011100111100101110111010011010010011011101100100100010111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B97277

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B97277; }

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

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

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

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

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

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

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

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