#B37778

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

Shades of Turkish Rose #B37778

Tints of Turkish Rose #B37778

Color information

#B37778 (or 0xB37778) is unknown color: approx Turkish Rose. HEX triplet: B3, 77 and 78. RGB value is (179,119,120). Sum of RGB (Red+Green+Blue) = 179+119+120=418 (55% of max value = 765). Red value is 179 (70.31% from 255 or 42.82% from 418); Green value is 119 (46.88% from 255 or 28.47% from 418); Blue value is 120 (47.27% from 255 or 28.71% from 418); Max value from RGB is 179 - color contains mainly: red. Hex color #B37778 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B37778 is #4C8887. Grayscale: #898989. Windows color (decimal): -5015688 or 7894963. OLE color: 7894963.

HSL color Cylindrical-coordinate representation of color #B37778: hue angle of 359º degrees, saturation: 0.28, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #B37778 is Cyan = 0, Magento = 0.34, Yellow = 0.33 and Black (K on CMYK) = 0.30.

Color convert

RGB179119120-
CMYK00.340.330.30
HSL359º28.3%58.43%-
HSV(B)359º33.52%70.2%-
XYZ28.5824.1320.92-
YUV137.05118.38157.92-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 42.82%
GREEN value IS 119 (46.88% from 255) = 28.47%
BLUE value IS 120 (47.27% from 255) = 28.71%
R=42.82%
G=28.47%
B=28.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.33
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal17911912000.340.330.3035928.358.43
HexB37778022211E1671c3a
Octal26316717004241365473472
Binary101100111110111111100001000101000011111010110011111100111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B37778

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B37778; }

 p { color: rgb(179,119,120); }

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

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

 a { background-color: rgb(179,119,120); }

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

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

 span { border-color: rgb(179,119,120); }

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