#B38A73

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

Shades of Sandrift #B38A73

Tints of Sandrift #B38A73

Color information

#B38A73 (or 0xB38A73) is unknown color: approx Sandrift. HEX triplet: B3, 8A and 73. RGB value is (179,138,115). Sum of RGB (Red+Green+Blue) = 179+138+115=432 (57% of max value = 765). Red value is 179 (70.31% from 255 or 41.44% from 432); Green value is 138 (54.30% from 255 or 31.94% from 432); Blue value is 115 (45.31% from 255 or 26.62% from 432); Max value from RGB is 179 - color contains mainly: red. Hex color #B38A73 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B38A73 is #4C758C. Grayscale: #939393. Windows color (decimal): -5010829 or 7572147. OLE color: 7572147.

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

Color convert

RGB179138115-
CMYK00.230.360.30
HSL21.56º29.63%57.65%-
HSV(B)21.56º35.75%70.2%-
XYZ30.772920.19-
YUV147.64109.58150.37-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 41.44%
GREEN value IS 138 (54.30% from 255) = 31.94%
BLUE value IS 115 (45.31% from 255) = 26.62%
R=41.44%
G=31.94%
B=26.62%

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
Decimal17913811500.230.360.3021.5629.6357.65
HexB38A73017241E161e3a
Octal2632121630274436263672
Binary10110011100010101110011010111100100111101011011110111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B38A73

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B38A73; }

 p { color: rgb(179,138,115); }

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

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

 a { background-color: rgb(179,138,115); }

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

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

 span { border-color: rgb(179,138,115); }

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