#B38B75

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

Shades of Sandrift #B38B75

Tints of Sandrift #B38B75

Color information

#B38B75 (or 0xB38B75) is unknown color: approx Sandrift. HEX triplet: B3, 8B and 75. RGB value is (179,139,117). Sum of RGB (Red+Green+Blue) = 179+139+117=435 (57% of max value = 765). Red value is 179 (70.31% from 255 or 41.15% from 435); Green value is 139 (54.69% from 255 or 31.95% from 435); Blue value is 117 (46.09% from 255 or 26.90% from 435); Max value from RGB is 179 - color contains mainly: red. Hex color #B38B75 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B38B75 is #4C748A. Grayscale: #949494. Windows color (decimal): -5010571 or 7703475. OLE color: 7703475.

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

Color convert

RGB179139117-
CMYK00.220.350.30
HSL21.29º28.97%58.04%-
HSV(B)21.29º34.64%70.2%-
XYZ31.0329.3320.86-
YUV148.45110.25149.79-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 41.15%
GREEN value IS 139 (54.69% from 255) = 31.95%
BLUE value IS 117 (46.09% from 255) = 26.90%
R=41.15%
G=31.95%
B=26.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.35
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal17913911700.220.350.3021.2928.9758.04
HexB38B75016231E151d3a
Octal2632131650264336253572
Binary10110011100010111110101010110100011111101010111101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B38B75

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B38B75; }

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

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

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

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

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

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

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

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