#B09282

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

Shades of Sandrift #B09282

Tints of Sandrift #B09282

Color information

#B09282 (or 0xB09282) is unknown color: approx Sandrift. HEX triplet: B0, 92 and 82. RGB value is (176,146,130). Sum of RGB (Red+Green+Blue) = 176+146+130=452 (59% of max value = 765). Red value is 176 (69.14% from 255 or 38.94% from 452); Green value is 146 (57.42% from 255 or 32.30% from 452); Blue value is 130 (51.17% from 255 or 28.76% from 452); Max value from RGB is 176 - color contains mainly: red. Hex color #B09282 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B09282 is #4F6D7D. Grayscale: #999999. Windows color (decimal): -5205374 or 8557232. OLE color: 8557232.

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

Color convert

RGB176146130-
CMYK00.170.260.31
HSL20.87º22.55%60%-
HSV(B)20.87º26.14%69.02%-
XYZ32.2131.425.48-
YUV153.15114.94144.3-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 38.94%
GREEN value IS 146 (57.42% from 255) = 32.30%
BLUE value IS 130 (51.17% from 255) = 28.76%
R=38.94%
G=32.30%
B=28.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.26
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17614613000.170.260.3120.8722.5560
HexB092820111A1F15173c
Octal2602222020213237252774
Binary10110000100100101000001001000111010111111010110111111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B09282

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B09282; }

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

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

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

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

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

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

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

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