#B38972

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

Shades of Sandrift #B38972

Tints of Sandrift #B38972

Color information

#B38972 (or 0xB38972) is unknown color: approx Sandrift. HEX triplet: B3, 89 and 72. RGB value is (179,137,114). Sum of RGB (Red+Green+Blue) = 179+137+114=430 (56% of max value = 765). Red value is 179 (70.31% from 255 or 41.63% from 430); Green value is 137 (53.91% from 255 or 31.86% from 430); Blue value is 114 (44.92% from 255 or 26.51% from 430); Max value from RGB is 179 - color contains mainly: red. Hex color #B38972 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B38972 is #4C768D. Grayscale: #939393. Windows color (decimal): -5011086 or 7506355. OLE color: 7506355.

HSL color Cylindrical-coordinate representation of color #B38972: hue angle of 21.23º degrees, saturation: 0.3, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #B38972 is Cyan = 0, Magento = 0.23, Yellow = 0.36 and Black (K on CMYK) = 0.30.

Color convert

RGB179137114-
CMYK00.230.360.30
HSL21.23º29.95%57.45%-
HSV(B)21.23º36.31%70.2%-
XYZ30.5728.6919.85-
YUV146.94109.41150.87-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 41.63%
GREEN value IS 137 (53.91% from 255) = 31.86%
BLUE value IS 114 (44.92% from 255) = 26.51%
R=41.63%
G=31.86%
B=26.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.36
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal17913711400.230.360.3021.2329.9557.45
HexB38972017241E151e39
Octal2632111620274436253671
Binary10110011100010011110010010111100100111101010111110111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B38972

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B38972; }

 p { color: rgb(179,137,114); }

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

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

 a { background-color: rgb(179,137,114); }

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

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

 span { border-color: rgb(179,137,114); }

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