#B09182

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

Shades of Sandrift #B09182

Tints of Sandrift #B09182

Color information

#B09182 (or 0xB09182) is unknown color: approx Sandrift. HEX triplet: B0, 91 and 82. RGB value is (176,145,130). Sum of RGB (Red+Green+Blue) = 176+145+130=451 (59% of max value = 765). Red value is 176 (69.14% from 255 or 39.02% from 451); Green value is 145 (57.03% from 255 or 32.15% from 451); Blue value is 130 (51.17% from 255 or 28.82% from 451); Max value from RGB is 176 - color contains mainly: red. Hex color #B09182 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B09182 is #4F6E7D. Grayscale: #989898. Windows color (decimal): -5205630 or 8556976. OLE color: 8556976.

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

Color convert

RGB176145130-
CMYK00.180.260.31
HSL19.57º22.55%60%-
HSV(B)19.57º26.14%69.02%-
XYZ32.0631.0925.43-
YUV152.56115.27144.72-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 39.02%
GREEN value IS 145 (57.03% from 255) = 32.15%
BLUE value IS 130 (51.17% from 255) = 28.82%
R=39.02%
G=32.15%
B=28.82%

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
Decimal17614513000.180.260.3119.5722.5560
HexB091820121A1F14173c
Octal2602212020223237242774
Binary10110000100100011000001001001011010111111010010111111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B09182

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B09182; }

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

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

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

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

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

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

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

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