#B38D75

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

Shades of Sandrift #B38D75

Tints of Sandrift #B38D75

Color information

#B38D75 (or 0xB38D75) is unknown color: approx Sandrift. HEX triplet: B3, 8D and 75. RGB value is (179,141,117). Sum of RGB (Red+Green+Blue) = 179+141+117=437 (57% of max value = 765). Red value is 179 (70.31% from 255 or 40.96% from 437); Green value is 141 (55.47% from 255 or 32.27% from 437); Blue value is 117 (46.09% from 255 or 26.77% from 437); Max value from RGB is 179 - color contains mainly: red. Hex color #B38D75 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B38D75 is #4C728A. Grayscale: #959595. Windows color (decimal): -5010059 or 7703987. OLE color: 7703987.

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

Color convert

RGB179141117-
CMYK00.210.350.30
HSL23.23º28.97%58.04%-
HSV(B)23.23º34.64%70.2%-
XYZ31.3329.9220.95-
YUV149.63109.59148.95-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 40.96%
GREEN value IS 141 (55.47% from 255) = 32.27%
BLUE value IS 117 (46.09% from 255) = 26.77%
R=40.96%
G=32.27%
B=26.77%

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
Decimal17914111700.210.350.3023.2328.9758.04
HexB38D75015231E171d3a
Octal2632151650254336273572
Binary10110011100011011110101010101100011111101011111101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B38D75

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B38D75; }

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

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

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

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

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

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

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

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