#B38F79

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

Shades of Sandrift #B38F79

Tints of Sandrift #B38F79

Color information

#B38F79 (or 0xB38F79) is unknown color: approx Sandrift. HEX triplet: B3, 8F and 79. RGB value is (179,143,121). Sum of RGB (Red+Green+Blue) = 179+143+121=443 (58% of max value = 765). Red value is 179 (70.31% from 255 or 40.41% from 443); Green value is 143 (56.25% from 255 or 32.28% from 443); Blue value is 121 (47.66% from 255 or 27.31% from 443); Max value from RGB is 179 - color contains mainly: red. Hex color #B38F79 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B38F79 is #4C7086. Grayscale: #979797. Windows color (decimal): -5009543 or 7966643. OLE color: 7966643.

HSL color Cylindrical-coordinate representation of color #B38F79: hue angle of 22.76º degrees, saturation: 0.28, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #B38F79 is Cyan = 0, Magento = 0.20, Yellow = 0.32 and Black (K on CMYK) = 0.30.

Color convert

RGB179143121-
CMYK00.200.320.30
HSL22.76º27.62%58.82%-
HSV(B)22.76º32.4%70.2%-
XYZ31.8630.6122.32-
YUV151.26110.93147.79-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 40.41%
GREEN value IS 143 (56.25% from 255) = 32.28%
BLUE value IS 121 (47.66% from 255) = 27.31%
R=40.41%
G=32.28%
B=27.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.32
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal17914312100.200.320.3022.7627.6258.82
HexB38F79014201E171c3b
Octal2632171710244036273473
Binary10110011100011111111001010100100000111101011111100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B38F79

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B38F79; }

 p { color: rgb(179,143,121); }

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

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

 a { background-color: rgb(179,143,121); }

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

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

 span { border-color: rgb(179,143,121); }

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