#B38F7E

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

Shades of Sandrift #B38F7E

Tints of Sandrift #B38F7E

Color information

#B38F7E (or 0xB38F7E) is unknown color: approx Sandrift. HEX triplet: B3, 8F and 7E. RGB value is (179,143,126). Sum of RGB (Red+Green+Blue) = 179+143+126=448 (59% of max value = 765). Red value is 179 (70.31% from 255 or 39.96% from 448); Green value is 143 (56.25% from 255 or 31.92% from 448); Blue value is 126 (49.61% from 255 or 28.12% from 448); Max value from RGB is 179 - color contains mainly: red. Hex color #B38F7E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B38F7E is #4C7081. Grayscale: #979797. Windows color (decimal): -5009538 or 8294323. OLE color: 8294323.

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

Color convert

RGB179143126-
CMYK00.200.300.30
HSL19.25º25.85%59.8%-
HSV(B)19.25º29.61%70.2%-
XYZ32.1830.7323.98-
YUV151.83113.43147.38-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 39.96%
GREEN value IS 143 (56.25% from 255) = 31.92%
BLUE value IS 126 (49.61% from 255) = 28.12%
R=39.96%
G=31.92%
B=28.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.30
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal17914312600.200.300.3019.2525.8559.8
HexB38F7E0141E1E131a3c
Octal2632171760243636233274
Binary1011001110001111111111001010011110111101001111010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B38F7E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B38F7E; }

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

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

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

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

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

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

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

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