#B06072

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

Shades of Turkish Rose #B06072

Tints of Turkish Rose #B06072

Color information

#B06072 (or 0xB06072) is unknown color: approx Turkish Rose. HEX triplet: B0, 60 and 72. RGB value is (176,96,114). Sum of RGB (Red+Green+Blue) = 176+96+114=386 (51% of max value = 765). Red value is 176 (69.14% from 255 or 45.60% from 386); Green value is 96 (37.89% from 255 or 24.87% from 386); Blue value is 114 (44.92% from 255 or 29.53% from 386); Max value from RGB is 176 - color contains mainly: red. Hex color #B06072 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B06072 is #4F9F8D. Grayscale: #797979. Windows color (decimal): -5218190 or 7495856. OLE color: 7495856.

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

Color convert

RGB17696114-
CMYK00.450.350.31
HSL346.5º33.61%53.33%-
HSV(B)346.5º45.45%69.02%-
XYZ25.1218.8118.23-
YUV121.97123.5166.54-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 45.60%
GREEN value IS 96 (37.89% from 255) = 24.87%
BLUE value IS 114 (44.92% from 255) = 29.53%
R=45.60%
G=24.87%
B=29.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.35
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1769611400.450.350.31346.533.6153.33
HexB0607202D231F15a2235
Octal26014016205543375324265
Binary1011000011000001110010010110110001111111101011010100010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B06072

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B06072; }

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

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

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

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

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

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

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

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