#B17779

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

Shades of Turkish Rose #B17779

Tints of Turkish Rose #B17779

Color information

#B17779 (or 0xB17779) is unknown color: approx Turkish Rose. HEX triplet: B1, 77 and 79. RGB value is (177,119,121). Sum of RGB (Red+Green+Blue) = 177+119+121=417 (55% of max value = 765). Red value is 177 (69.53% from 255 or 42.45% from 417); Green value is 119 (46.88% from 255 or 28.54% from 417); Blue value is 121 (47.66% from 255 or 29.02% from 417); Max value from RGB is 177 - color contains mainly: red. Hex color #B17779 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B17779 is #4E8886. Grayscale: #888888. Windows color (decimal): -5146759 or 7960497. OLE color: 7960497.

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

Color convert

RGB177119121-
CMYK00.330.320.31
HSL357.93º27.1%58.04%-
HSV(B)357.93º32.77%69.41%-
XYZ28.1823.9221.22-
YUV136.57119.22156.84-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 42.45%
GREEN value IS 119 (46.88% from 255) = 28.54%
BLUE value IS 121 (47.66% from 255) = 29.02%
R=42.45%
G=28.54%
B=29.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.32
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17711912100.330.320.31357.9327.158.04
HexB17779021201F1661b3a
Octal26116717104140375463372
Binary101100011110111111100101000011000001111110110011011011111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B17779

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B17779; }

 p { color: rgb(177,119,121); }

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

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

 a { background-color: rgb(177,119,121); }

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

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

 span { border-color: rgb(177,119,121); }

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