#B09381

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

Shades of Sandrift #B09381

Tints of Sandrift #B09381

Color information

#B09381 (or 0xB09381) is unknown color: approx Sandrift. HEX triplet: B0, 93 and 81. RGB value is (176,147,129). Sum of RGB (Red+Green+Blue) = 176+147+129=452 (59% of max value = 765). Red value is 176 (69.14% from 255 or 38.94% from 452); Green value is 147 (57.81% from 255 or 32.52% from 452); Blue value is 129 (50.78% from 255 or 28.54% from 452); Max value from RGB is 176 - color contains mainly: red. Hex color #B09381 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B09381 is #4F6C7E. Grayscale: #999999. Windows color (decimal): -5205119 or 8491952. OLE color: 8491952.

HSL color Cylindrical-coordinate representation of color #B09381: hue angle of 22.98º degrees, saturation: 0.23, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #B09381 is Cyan = 0, Magento = 0.16, Yellow = 0.27 and Black (K on CMYK) = 0.31.

Color convert

RGB176147129-
CMYK00.160.270.31
HSL22.98º22.93%59.8%-
HSV(B)22.98º26.7%69.02%-
XYZ32.331.6825.18-
YUV153.62114.11143.96-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 38.94%
GREEN value IS 147 (57.81% from 255) = 32.52%
BLUE value IS 129 (50.78% from 255) = 28.54%
R=38.94%
G=32.52%
B=28.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.27
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17614712900.160.270.3122.9822.9359.8
HexB093810101B1F17173c
Octal2602232010203337272774
Binary10110000100100111000000101000011011111111011110111111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B09381

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B09381; }

 p { color: rgb(176,147,129); }

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

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

 a { background-color: rgb(176,147,129); }

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

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

 span { border-color: rgb(176,147,129); }

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