#B39778

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

Shades of Sandrift #B39778

Tints of Sandrift #B39778

Color information

#B39778 (or 0xB39778) is unknown color: approx Sandrift. HEX triplet: B3, 97 and 78. RGB value is (179,151,120). Sum of RGB (Red+Green+Blue) = 179+151+120=450 (59% of max value = 765). Red value is 179 (70.31% from 255 or 39.78% from 450); Green value is 151 (59.38% from 255 or 33.56% from 450); Blue value is 120 (47.27% from 255 or 26.67% from 450); Max value from RGB is 179 - color contains mainly: red. Hex color #B39778 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B39778 is #4C6887. Grayscale: #9B9B9B. Windows color (decimal): -5007496 or 7903155. OLE color: 7903155.

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

Color convert

RGB179151120-
CMYK00.160.330.30
HSL31.53º27.96%58.63%-
HSV(B)31.53º32.96%70.2%-
XYZ33.0533.0722.41-
YUV155.84107.78144.52-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 39.78%
GREEN value IS 151 (59.38% from 255) = 33.56%
BLUE value IS 120 (47.27% from 255) = 26.67%
R=39.78%
G=33.56%
B=26.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.33
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal17915112000.160.330.3031.5327.9658.63
HexB39778010211E201c3b
Octal2632271700204136403473
Binary101100111001011111110000100001000011111010000011100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B39778

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B39778; }

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

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

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

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

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

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

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

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