#B07172

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

Shades of Turkish Rose #B07172

Tints of Turkish Rose #B07172

Color information

#B07172 (or 0xB07172) is unknown color: approx Turkish Rose. HEX triplet: B0, 71 and 72. RGB value is (176,113,114). Sum of RGB (Red+Green+Blue) = 176+113+114=403 (53% of max value = 765). Red value is 176 (69.14% from 255 or 43.67% from 403); Green value is 113 (44.53% from 255 or 28.04% from 403); Blue value is 114 (44.92% from 255 or 28.29% from 403); Max value from RGB is 176 - color contains mainly: red. Hex color #B07172 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B07172 is #4F8E8D. Grayscale: #848484. Windows color (decimal): -5213838 or 7500208. OLE color: 7500208.

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

Color convert

RGB176113114-
CMYK00.360.350.31
HSL359.05º28.51%56.67%-
HSV(B)359.05º35.8%69.02%-
XYZ26.8522.2618.8-
YUV131.95117.87159.42-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 43.67%
GREEN value IS 113 (44.53% from 255) = 28.04%
BLUE value IS 114 (44.92% from 255) = 28.29%
R=43.67%
G=28.04%
B=28.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.35
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17611311400.360.350.31359.0528.5156.67
HexB07172024231F1671d39
Octal26016116204443375473571
Binary101100001110001111001001001001000111111110110011111101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B07172

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B07172; }

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

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

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

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

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

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

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

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