#B07279

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

Shades of Turkish Rose #B07279

Tints of Turkish Rose #B07279

Color information

#B07279 (or 0xB07279) is unknown color: approx Turkish Rose. HEX triplet: B0, 72 and 79. RGB value is (176,114,121). Sum of RGB (Red+Green+Blue) = 176+114+121=411 (54% of max value = 765). Red value is 176 (69.14% from 255 or 42.82% from 411); Green value is 114 (44.92% from 255 or 27.74% from 411); Blue value is 121 (47.66% from 255 or 29.44% from 411); Max value from RGB is 176 - color contains mainly: red. Hex color #B07279 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B07279 is #4F8D86. Grayscale: #858585. Windows color (decimal): -5213575 or 7959216. OLE color: 7959216.

HSL color Cylindrical-coordinate representation of color #B07279: hue angle of 353.23º 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 #B07279 is Cyan = 0, Magento = 0.35, Yellow = 0.31 and Black (K on CMYK) = 0.31.

Color convert

RGB176114121-
CMYK00.350.310.31
HSL353.23º28.18%56.86%-
HSV(B)353.23º35.23%69.02%-
XYZ27.3722.6521.02-
YUV133.34121.04158.43-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 42.82%
GREEN value IS 114 (44.92% from 255) = 27.74%
BLUE value IS 121 (47.66% from 255) = 29.44%
R=42.82%
G=27.74%
B=29.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.31
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17611412100.350.310.31353.2328.1856.86
HexB072790231F1F1611c39
Octal26016217104337375413471
Binary10110000111001011110010100011111111111110110000111100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B07279

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B07279; }

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

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

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

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

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

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

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

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