#B09383

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

Shades of Sandrift #B09383

Tints of Sandrift #B09383

Color information

#B09383 (or 0xB09383) is unknown color: approx Sandrift. HEX triplet: B0, 93 and 83. RGB value is (176,147,131). Sum of RGB (Red+Green+Blue) = 176+147+131=454 (60% of max value = 765). Red value is 176 (69.14% from 255 or 38.77% from 454); Green value is 147 (57.81% from 255 or 32.38% from 454); Blue value is 131 (51.56% from 255 or 28.85% from 454); Max value from RGB is 176 - color contains mainly: red. Hex color #B09383 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B09383 is #4F6C7C. Grayscale: #999999. Windows color (decimal): -5205117 or 8623024. OLE color: 8623024.

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

Color convert

RGB176147131-
CMYK00.160.260.31
HSL21.33º22.17%60.2%-
HSV(B)21.33º25.57%69.02%-
XYZ32.4331.7425.89-
YUV153.85115.11143.8-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 38.77%
GREEN value IS 147 (57.81% from 255) = 32.38%
BLUE value IS 131 (51.56% from 255) = 28.85%
R=38.77%
G=32.38%
B=28.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.26
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17614713100.160.260.3121.3322.1760.2
HexB093830101A1F15163c
Octal2602232030203237252674
Binary10110000100100111000001101000011010111111010110110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B09383

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B09383; }

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

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

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

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

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

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

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

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