#B47779

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

Shades of Turkish Rose #B47779

Tints of Turkish Rose #B47779

Color information

#B47779 (or 0xB47779) is unknown color: approx Turkish Rose. HEX triplet: B4, 77 and 79. RGB value is (180,119,121). Sum of RGB (Red+Green+Blue) = 180+119+121=420 (55% of max value = 765). Red value is 180 (70.70% from 255 or 42.86% from 420); Green value is 119 (46.88% from 255 or 28.33% from 420); Blue value is 121 (47.66% from 255 or 28.81% from 420); Max value from RGB is 180 - color contains mainly: red. Hex color #B47779 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B47779 is #4B8886. Grayscale: #898989. Windows color (decimal): -4950151 or 7960500. OLE color: 7960500.

HSL color Cylindrical-coordinate representation of color #B47779: hue angle of 358.03º degrees, saturation: 0.29, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #B47779 is Cyan = 0, Magento = 0.34, Yellow = 0.33 and Black (K on CMYK) = 0.29.

Color convert

RGB180119121-
CMYK00.340.330.29
HSL358.03º28.91%58.63%-
HSV(B)358.03º33.89%70.59%-
XYZ28.8724.2821.25-
YUV137.47118.71158.34-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 42.86%
GREEN value IS 119 (46.88% from 255) = 28.33%
BLUE value IS 121 (47.66% from 255) = 28.81%
R=42.86%
G=28.33%
B=28.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.33
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18011912100.340.330.29358.0328.9158.63
HexB47779022211D1661d3b
Octal26416717104241355463573
Binary101101001110111111100101000101000011110110110011011101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B47779

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B47779; }

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

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

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

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

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

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

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

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