#B0797C

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

Shades of Turkish Rose #B0797C

Tints of Turkish Rose #B0797C

Color information

#B0797C (or 0xB0797C) is unknown color: approx Turkish Rose. HEX triplet: B0, 79 and 7C. RGB value is (176,121,124). Sum of RGB (Red+Green+Blue) = 176+121+124=421 (55% of max value = 765). Red value is 176 (69.14% from 255 or 41.81% from 421); Green value is 121 (47.66% from 255 or 28.74% from 421); Blue value is 124 (48.83% from 255 or 29.45% from 421); Max value from RGB is 176 - color contains mainly: red. Hex color #B0797C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B0797C is #4F8683. Grayscale: #898989. Windows color (decimal): -5211780 or 8157616. OLE color: 8157616.

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

Color convert

RGB176121124-
CMYK00.310.300.31
HSL356.73º25.82%58.24%-
HSV(B)356.73º31.25%69.02%-
XYZ28.3824.3622.27-
YUV137.79120.22155.26-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 41.81%
GREEN value IS 121 (47.66% from 255) = 28.74%
BLUE value IS 124 (48.83% from 255) = 29.45%
R=41.81%
G=28.74%
B=29.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.30
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17612112400.310.300.31356.7325.8258.24
HexB0797C01F1E1F1651a3a
Octal26017117403736375453272
Binary1011000011110011111100011111111101111110110010111010111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B0797C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B0797C; }

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

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

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

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

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

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

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

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