#B38E74

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

Shades of Sandrift #B38E74

Tints of Sandrift #B38E74

Color information

#B38E74 (or 0xB38E74) is unknown color: approx Sandrift. HEX triplet: B3, 8E and 74. RGB value is (179,142,116). Sum of RGB (Red+Green+Blue) = 179+142+116=437 (57% of max value = 765). Red value is 179 (70.31% from 255 or 40.96% from 437); Green value is 142 (55.86% from 255 or 32.49% from 437); Blue value is 116 (45.70% from 255 or 26.54% from 437); Max value from RGB is 179 - color contains mainly: red. Hex color #B38E74 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B38E74 is #4C718B. Grayscale: #969696. Windows color (decimal): -5009804 or 7638707. OLE color: 7638707.

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

Color convert

RGB179142116-
CMYK00.210.350.30
HSL24.76º29.3%57.84%-
HSV(B)24.76º35.2%70.2%-
XYZ31.4230.1920.69-
YUV150.1108.76148.61-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 40.96%
GREEN value IS 142 (55.86% from 255) = 32.49%
BLUE value IS 116 (45.70% from 255) = 26.54%
R=40.96%
G=32.49%
B=26.54%

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
Decimal17914211600.210.350.3024.7629.357.84
HexB38E74015231E191d3a
Octal2632161640254336313572
Binary10110011100011101110100010101100011111101100111101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B38E74

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B38E74; }

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

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

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

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

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

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

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

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