#B0777A

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

Shades of Turkish Rose #B0777A

Tints of Turkish Rose #B0777A

Color information

#B0777A (or 0xB0777A) is unknown color: approx Turkish Rose. HEX triplet: B0, 77 and 7A. RGB value is (176,119,122). Sum of RGB (Red+Green+Blue) = 176+119+122=417 (55% of max value = 765). Red value is 176 (69.14% from 255 or 42.21% from 417); Green value is 119 (46.88% from 255 or 28.54% from 417); Blue value is 122 (48.05% from 255 or 29.26% from 417); Max value from RGB is 176 - color contains mainly: red. Hex color #B0777A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B0777A is #4F8885. Grayscale: #888888. Windows color (decimal): -5212294 or 8026032. OLE color: 8026032.

HSL color Cylindrical-coordinate representation of color #B0777A: hue angle of 356.84º degrees, saturation: 0.27, 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 #B0777A is Cyan = 0, Magento = 0.32, Yellow = 0.31 and Black (K on CMYK) = 0.31.

Color convert

RGB176119122-
CMYK00.320.310.31
HSL356.84º26.51%57.84%-
HSV(B)356.84º32.39%69.02%-
XYZ28.0123.8321.54-
YUV136.38119.88156.26-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 42.21%
GREEN value IS 119 (46.88% from 255) = 28.54%
BLUE value IS 122 (48.05% from 255) = 29.26%
R=42.21%
G=28.54%
B=29.26%

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
Decimal17611912200.320.310.31356.8426.5157.84
HexB0777A0201F1F1651b3a
Octal26016717204037375453372
Binary10110000111011111110100100000111111111110110010111011111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B0777A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B0777A; }

 p { color: rgb(176,119,122); }

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

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

 a { background-color: rgb(176,119,122); }

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

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

 span { border-color: rgb(176,119,122); }

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