#B38B73

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

Shades of Sandrift #B38B73

Tints of Sandrift #B38B73

Color information

#B38B73 (or 0xB38B73) is unknown color: approx Sandrift. HEX triplet: B3, 8B and 73. RGB value is (179,139,115). Sum of RGB (Red+Green+Blue) = 179+139+115=433 (57% of max value = 765). Red value is 179 (70.31% from 255 or 41.34% from 433); Green value is 139 (54.69% from 255 or 32.10% from 433); Blue value is 115 (45.31% from 255 or 26.56% from 433); Max value from RGB is 179 - color contains mainly: red. Hex color #B38B73 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B38B73 is #4C748C. Grayscale: #949494. Windows color (decimal): -5010573 or 7572403. OLE color: 7572403.

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

Color convert

RGB179139115-
CMYK00.220.360.30
HSL22.5º29.63%57.65%-
HSV(B)22.5º35.75%70.2%-
XYZ30.9229.2920.24-
YUV148.22109.25149.95-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 41.34%
GREEN value IS 139 (54.69% from 255) = 32.10%
BLUE value IS 115 (45.31% from 255) = 26.56%
R=41.34%
G=32.10%
B=26.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.36
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal17913911500.220.360.3022.529.6357.65
HexB38B73016241E171e3a
Octal2632131630264436273672
Binary10110011100010111110011010110100100111101011111110111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B38B73

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B38B73; }

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

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

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

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

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

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

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

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