#B07679

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

Shades of Turkish Rose #B07679

Tints of Turkish Rose #B07679

Color information

#B07679 (or 0xB07679) is unknown color: approx Turkish Rose. HEX triplet: B0, 76 and 79. RGB value is (176,118,121). Sum of RGB (Red+Green+Blue) = 176+118+121=415 (54% of max value = 765). Red value is 176 (69.14% from 255 or 42.41% from 415); Green value is 118 (46.48% from 255 or 28.43% from 415); Blue value is 121 (47.66% from 255 or 29.16% from 415); Max value from RGB is 176 - color contains mainly: red. Hex color #B07679 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B07679 is #4F8986. Grayscale: #878787. Windows color (decimal): -5212551 or 7960240. OLE color: 7960240.

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

Color convert

RGB176118121-
CMYK00.330.310.31
HSL356.9º26.85%57.65%-
HSV(B)356.9º32.95%69.02%-
XYZ27.8323.5721.17-
YUV135.68119.72156.76-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 42.41%
GREEN value IS 118 (46.48% from 255) = 28.43%
BLUE value IS 121 (47.66% from 255) = 29.16%
R=42.41%
G=28.43%
B=29.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.31
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17611812100.330.310.31356.926.8557.65
HexB076790211F1F1651b3a
Octal26016617104137375453372
Binary10110000111011011110010100001111111111110110010111011111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B07679

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B07679; }

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

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

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

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

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

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

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

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