#B38D79

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

Shades of Sandrift #B38D79

Tints of Sandrift #B38D79

Color information

#B38D79 (or 0xB38D79) is unknown color: approx Sandrift. HEX triplet: B3, 8D and 79. RGB value is (179,141,121). Sum of RGB (Red+Green+Blue) = 179+141+121=441 (58% of max value = 765). Red value is 179 (70.31% from 255 or 40.59% from 441); Green value is 141 (55.47% from 255 or 31.97% from 441); Blue value is 121 (47.66% from 255 or 27.44% from 441); Max value from RGB is 179 - color contains mainly: red. Hex color #B38D79 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B38D79 is #4C7286. Grayscale: #969696. Windows color (decimal): -5010055 or 7966131. OLE color: 7966131.

HSL color Cylindrical-coordinate representation of color #B38D79: hue angle of 20.69º degrees, saturation: 0.28, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #B38D79 is Cyan = 0, Magento = 0.21, Yellow = 0.32 and Black (K on CMYK) = 0.30.

Color convert

RGB179141121-
CMYK00.210.320.30
HSL20.69º27.62%58.82%-
HSV(B)20.69º32.4%70.2%-
XYZ31.5730.0122.22-
YUV150.08111.59148.63-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 40.59%
GREEN value IS 141 (55.47% from 255) = 31.97%
BLUE value IS 121 (47.66% from 255) = 27.44%
R=40.59%
G=31.97%
B=27.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.32
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal17914112100.210.320.3020.6927.6258.82
HexB38D79015201E151c3b
Octal2632151710254036253473
Binary10110011100011011111001010101100000111101010111100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B38D79

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B38D79; }

 p { color: rgb(179,141,121); }

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

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

 a { background-color: rgb(179,141,121); }

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

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

 span { border-color: rgb(179,141,121); }

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