#B07879

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

Shades of Turkish Rose #B07879

Tints of Turkish Rose #B07879

Color information

#B07879 (or 0xB07879) is unknown color: approx Turkish Rose. HEX triplet: B0, 78 and 79. RGB value is (176,120,121). Sum of RGB (Red+Green+Blue) = 176+120+121=417 (55% of max value = 765). Red value is 176 (69.14% from 255 or 42.21% from 417); Green value is 120 (47.27% from 255 or 28.78% from 417); Blue value is 121 (47.66% from 255 or 29.02% from 417); Max value from RGB is 176 - color contains mainly: red. Hex color #B07879 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B07879 is #4F8786. Grayscale: #888888. Windows color (decimal): -5212039 or 7960752. OLE color: 7960752.

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

Color convert

RGB176120121-
CMYK00.320.310.31
HSL358.93º26.17%58.04%-
HSV(B)358.93º31.82%69.02%-
XYZ28.0724.0421.25-
YUV136.86119.05155.92-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 42.21%
GREEN value IS 120 (47.27% from 255) = 28.78%
BLUE value IS 121 (47.66% from 255) = 29.02%
R=42.21%
G=28.78%
B=29.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.31
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17612012100.320.310.31358.9326.1758.04
HexB078790201F1F1671a3a
Octal26017017104037375473272
Binary10110000111100011110010100000111111111110110011111010111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B07879

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B07879; }

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

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

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

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

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

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

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

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