#B07276

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

Shades of Turkish Rose #B07276

Tints of Turkish Rose #B07276

Color information

#B07276 (or 0xB07276) is unknown color: approx Turkish Rose. HEX triplet: B0, 72 and 76. RGB value is (176,114,118). Sum of RGB (Red+Green+Blue) = 176+114+118=408 (54% of max value = 765). Red value is 176 (69.14% from 255 or 43.14% from 408); Green value is 114 (44.92% from 255 or 27.94% from 408); Blue value is 118 (46.48% from 255 or 28.92% from 408); Max value from RGB is 176 - color contains mainly: red. Hex color #B07276 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B07276 is #4F8D89. Grayscale: #858585. Windows color (decimal): -5213578 or 7762608. OLE color: 7762608.

HSL color Cylindrical-coordinate representation of color #B07276: hue angle of 356.13º degrees, saturation: 0.28, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #B07276 is Cyan = 0, Magento = 0.35, Yellow = 0.33 and Black (K on CMYK) = 0.31.

Color convert

RGB176114118-
CMYK00.350.330.31
HSL356.13º28.18%56.86%-
HSV(B)356.13º35.23%69.02%-
XYZ27.1922.5720.06-
YUV132.99119.54158.67-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 43.14%
GREEN value IS 114 (44.92% from 255) = 27.94%
BLUE value IS 118 (46.48% from 255) = 28.92%
R=43.14%
G=27.94%
B=28.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.33
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17611411800.350.330.31356.1328.1856.86
HexB07276023211F1641c39
Octal26016216604341375443471
Binary101100001110010111011001000111000011111110110010011100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B07276

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B07276; }

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

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

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

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

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

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

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

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