#B0777D

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

Shades of Turkish Rose #B0777D

Tints of Turkish Rose #B0777D

Color information

#B0777D (or 0xB0777D) is unknown color: approx Turkish Rose. HEX triplet: B0, 77 and 7D. RGB value is (176,119,125). Sum of RGB (Red+Green+Blue) = 176+119+125=420 (55% of max value = 765). Red value is 176 (69.14% from 255 or 41.90% from 420); Green value is 119 (46.88% from 255 or 28.33% from 420); Blue value is 125 (49.22% from 255 or 29.76% from 420); Max value from RGB is 176 - color contains mainly: red. Hex color #B0777D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B0777D is #4F8882. Grayscale: #888888. Windows color (decimal): -5212291 or 8222640. OLE color: 8222640.

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

Color convert

RGB176119125-
CMYK00.320.290.31
HSL353.68º26.51%57.84%-
HSV(B)353.68º32.39%69.02%-
XYZ28.223.922.53-
YUV136.73121.38156.01-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 41.90%
GREEN value IS 119 (46.88% from 255) = 28.33%
BLUE value IS 125 (49.22% from 255) = 29.76%
R=41.90%
G=28.33%
B=29.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.29
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17611912500.320.290.31353.6826.5157.84
HexB0777D0201D1F1621b3a
Octal26016717504035375423372
Binary10110000111011111111010100000111011111110110001011011111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B0777D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B0777D; }

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

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

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

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

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

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

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

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