#B07579

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

Shades of Turkish Rose #B07579

Tints of Turkish Rose #B07579

Color information

#B07579 (or 0xB07579) is unknown color: approx Turkish Rose. HEX triplet: B0, 75 and 79. RGB value is (176,117,121). Sum of RGB (Red+Green+Blue) = 176+117+121=414 (54% of max value = 765). Red value is 176 (69.14% from 255 or 42.51% from 414); Green value is 117 (46.09% from 255 or 28.26% from 414); Blue value is 121 (47.66% from 255 or 29.23% from 414); Max value from RGB is 176 - color contains mainly: red. Hex color #B07579 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B07579 is #4F8A86. Grayscale: #878787. Windows color (decimal): -5212807 or 7959984. OLE color: 7959984.

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

Color convert

RGB176117121-
CMYK00.340.310.31
HSL355.93º27.19%57.45%-
HSV(B)355.93º33.52%69.02%-
XYZ27.7223.3321.13-
YUV135.1120.05157.17-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 42.51%
GREEN value IS 117 (46.09% from 255) = 28.26%
BLUE value IS 121 (47.66% from 255) = 29.23%
R=42.51%
G=28.26%
B=29.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.31
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17611712100.340.310.31355.9327.1957.45
HexB075790221F1F1641b39
Octal26016517104237375443371
Binary10110000111010111110010100010111111111110110010011011111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B07579

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B07579; }

 p { color: rgb(176,117,121); }

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

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

 a { background-color: rgb(176,117,121); }

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

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

 span { border-color: rgb(176,117,121); }

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