#B38B76

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

Shades of Sandrift #B38B76

Tints of Sandrift #B38B76

Color information

#B38B76 (or 0xB38B76) is unknown color: approx Sandrift. HEX triplet: B3, 8B and 76. RGB value is (179,139,118). Sum of RGB (Red+Green+Blue) = 179+139+118=436 (57% of max value = 765). Red value is 179 (70.31% from 255 or 41.06% from 436); Green value is 139 (54.69% from 255 or 31.88% from 436); Blue value is 118 (46.48% from 255 or 27.06% from 436); Max value from RGB is 179 - color contains mainly: red. Hex color #B38B76 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B38B76 is #4C7489. Grayscale: #949494. Windows color (decimal): -5010570 or 7769011. OLE color: 7769011.

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

Color convert

RGB179139118-
CMYK00.220.340.30
HSL20.66º28.64%58.24%-
HSV(B)20.66º34.08%70.2%-
XYZ31.0929.3621.17-
YUV148.57110.75149.71-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 41.06%
GREEN value IS 139 (54.69% from 255) = 31.88%
BLUE value IS 118 (46.48% from 255) = 27.06%
R=41.06%
G=31.88%
B=27.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.34
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal17913911800.220.340.3020.6628.6458.24
HexB38B76016221E151d3a
Octal2632131660264236253572
Binary10110011100010111110110010110100010111101010111101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B38B76

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B38B76; }

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

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

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

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

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

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

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

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