#B39277

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

Shades of Sandrift #B39277

Tints of Sandrift #B39277

Color information

#B39277 (or 0xB39277) is unknown color: approx Sandrift. HEX triplet: B3, 92 and 77. RGB value is (179,146,119). Sum of RGB (Red+Green+Blue) = 179+146+119=444 (58% of max value = 765). Red value is 179 (70.31% from 255 or 40.32% from 444); Green value is 146 (57.42% from 255 or 32.88% from 444); Blue value is 119 (46.88% from 255 or 26.80% from 444); Max value from RGB is 179 - color contains mainly: red. Hex color #B39277 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B39277 is #4C6D88. Grayscale: #989898. Windows color (decimal): -5008777 or 7836339. OLE color: 7836339.

HSL color Cylindrical-coordinate representation of color #B39277: hue angle of 27º 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 #B39277 is Cyan = 0, Magento = 0.18, Yellow = 0.34 and Black (K on CMYK) = 0.30.

Color convert

RGB179146119-
CMYK00.180.340.30
HSL27º28.3%58.43%-
HSV(B)27º33.52%70.2%-
XYZ32.231.4721.83-
YUV152.79108.93146.7-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 40.32%
GREEN value IS 146 (57.42% from 255) = 32.88%
BLUE value IS 119 (46.88% from 255) = 26.80%
R=40.32%
G=32.88%
B=26.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.34
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal17914611900.180.340.302728.358.43
HexB39277012221E1b1c3a
Octal2632221670224236333472
Binary10110011100100101110111010010100010111101101111100111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B39277

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B39277; }

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

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

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

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

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

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

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

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