#B09582

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

Shades of Sandrift #B09582

Tints of Sandrift #B09582

Color information

#B09582 (or 0xB09582) is unknown color: approx Sandrift. HEX triplet: B0, 95 and 82. RGB value is (176,149,130). Sum of RGB (Red+Green+Blue) = 176+149+130=455 (60% of max value = 765). Red value is 176 (69.14% from 255 or 38.68% from 455); Green value is 149 (58.59% from 255 or 32.75% from 455); Blue value is 130 (51.17% from 255 or 28.57% from 455); Max value from RGB is 176 - color contains mainly: red. Hex color #B09582 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B09582 is #4F6A7D. Grayscale: #9B9B9B. Windows color (decimal): -5204606 or 8558000. OLE color: 8558000.

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

Color convert

RGB176149130-
CMYK00.150.260.31
HSL24.78º22.55%60%-
HSV(B)24.78º26.14%69.02%-
XYZ32.6832.3425.64-
YUV154.91113.95143.04-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 38.68%
GREEN value IS 149 (58.59% from 255) = 32.75%
BLUE value IS 130 (51.17% from 255) = 28.57%
R=38.68%
G=32.75%
B=28.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.26
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17614913000.150.260.3124.7822.5560
HexB095820F1A1F19173c
Octal2602252020173237312774
Binary1011000010010101100000100111111010111111100110111111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B09582

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B09582; }

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

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

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

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

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

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

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

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