#B09280

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

Shades of Sandrift #B09280

Tints of Sandrift #B09280

Color information

#B09280 (or 0xB09280) is unknown color: approx Sandrift. HEX triplet: B0, 92 and 80. RGB value is (176,146,128). Sum of RGB (Red+Green+Blue) = 176+146+128=450 (59% of max value = 765). Red value is 176 (69.14% from 255 or 39.11% from 450); Green value is 146 (57.42% from 255 or 32.44% from 450); Blue value is 128 (50.39% from 255 or 28.44% from 450); Max value from RGB is 176 - color contains mainly: red. Hex color #B09280 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B09280 is #4F6D7F. Grayscale: #999999. Windows color (decimal): -5205376 or 8426160. OLE color: 8426160.

HSL color Cylindrical-coordinate representation of color #B09280: hue angle of 22.5º 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 #B09280 is Cyan = 0, Magento = 0.17, Yellow = 0.27 and Black (K on CMYK) = 0.31.

Color convert

RGB176146128-
CMYK00.170.270.31
HSL22.5º23.3%59.61%-
HSV(B)22.5º27.27%69.02%-
XYZ32.0831.3524.78-
YUV152.92113.94144.46-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 39.11%
GREEN value IS 146 (57.42% from 255) = 32.44%
BLUE value IS 128 (50.39% from 255) = 28.44%
R=39.11%
G=32.44%
B=28.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.27
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17614612800.170.270.3122.523.359.61
HexB092800111B1F17173c
Octal2602222000213337272774
Binary10110000100100101000000001000111011111111011110111111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B09280

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B09280; }

 p { color: rgb(176,146,128); }

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

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

 a { background-color: rgb(176,146,128); }

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

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

 span { border-color: rgb(176,146,128); }

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