#B38D74

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

Shades of Sandrift #B38D74

Tints of Sandrift #B38D74

Color information

#B38D74 (or 0xB38D74) is unknown color: approx Sandrift. HEX triplet: B3, 8D and 74. RGB value is (179,141,116). Sum of RGB (Red+Green+Blue) = 179+141+116=436 (57% of max value = 765). Red value is 179 (70.31% from 255 or 41.06% from 436); Green value is 141 (55.47% from 255 or 32.34% from 436); Blue value is 116 (45.70% from 255 or 26.61% from 436); Max value from RGB is 179 - color contains mainly: red. Hex color #B38D74 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B38D74 is #4C728B. Grayscale: #959595. Windows color (decimal): -5010060 or 7638451. OLE color: 7638451.

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

Color convert

RGB179141116-
CMYK00.210.350.30
HSL23.81º29.3%57.84%-
HSV(B)23.81º35.2%70.2%-
XYZ31.2729.8920.65-
YUV149.51109.09149.03-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 41.06%
GREEN value IS 141 (55.47% from 255) = 32.34%
BLUE value IS 116 (45.70% from 255) = 26.61%
R=41.06%
G=32.34%
B=26.61%

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
Decimal17914111600.210.350.3023.8129.357.84
HexB38D74015231E181d3a
Octal2632151640254336303572
Binary10110011100011011110100010101100011111101100011101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B38D74

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B38D74; }

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

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

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

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

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

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

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

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