#B09082

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

Shades of Sandrift #B09082

Tints of Sandrift #B09082

Color information

#B09082 (or 0xB09082) is unknown color: approx Sandrift. HEX triplet: B0, 90 and 82. RGB value is (176,144,130). Sum of RGB (Red+Green+Blue) = 176+144+130=450 (59% of max value = 765). Red value is 176 (69.14% from 255 or 39.11% from 450); Green value is 144 (56.64% from 255 or 32% from 450); Blue value is 130 (51.17% from 255 or 28.89% from 450); Max value from RGB is 176 - color contains mainly: red. Hex color #B09082 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B09082 is #4F6F7D. Grayscale: #989898. Windows color (decimal): -5205886 or 8556720. OLE color: 8556720.

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

Color convert

RGB176144130-
CMYK00.180.260.31
HSL18.26º22.55%60%-
HSV(B)18.26º26.14%69.02%-
XYZ31.9130.7925.38-
YUV151.97115.6145.14-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 39.11%
GREEN value IS 144 (56.64% from 255) = 32%
BLUE value IS 130 (51.17% from 255) = 28.89%
R=39.11%
G=32%
B=28.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.26
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17614413000.180.260.3118.2622.5560
HexB090820121A1F12173c
Octal2602202020223237222774
Binary10110000100100001000001001001011010111111001010111111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B09082

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B09082; }

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

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

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

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

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

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

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

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