#B38E75

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

Shades of Sandrift #B38E75

Tints of Sandrift #B38E75

Color information

#B38E75 (or 0xB38E75) is unknown color: approx Sandrift. HEX triplet: B3, 8E and 75. RGB value is (179,142,117). Sum of RGB (Red+Green+Blue) = 179+142+117=438 (58% of max value = 765). Red value is 179 (70.31% from 255 or 40.87% from 438); Green value is 142 (55.86% from 255 or 32.42% from 438); Blue value is 117 (46.09% from 255 or 26.71% from 438); Max value from RGB is 179 - color contains mainly: red. Hex color #B38E75 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B38E75 is #4C718A. Grayscale: #969696. Windows color (decimal): -5009803 or 7704243. OLE color: 7704243.

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

Color convert

RGB179142117-
CMYK00.210.350.30
HSL24.19º28.97%58.04%-
HSV(B)24.19º34.64%70.2%-
XYZ31.4730.2121-
YUV150.21109.26148.53-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 40.87%
GREEN value IS 142 (55.86% from 255) = 32.42%
BLUE value IS 117 (46.09% from 255) = 26.71%
R=40.87%
G=32.42%
B=26.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.35
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal17914211700.210.350.3024.1928.9758.04
HexB38E75015231E181d3a
Octal2632161650254336303572
Binary10110011100011101110101010101100011111101100011101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B38E75

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B38E75; }

 p { color: rgb(179,142,117); }

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

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

 a { background-color: rgb(179,142,117); }

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

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

 span { border-color: rgb(179,142,117); }

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