#B49C26

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

Shades of Sahara #B49C26

Tints of Sahara #B49C26

Color information

#B49C26 (or 0xB49C26) is unknown color: approx Sahara. HEX triplet: B4, 9C and 26. RGB value is (180,156,38). Sum of RGB (Red+Green+Blue) = 180+156+38=374 (49% of max value = 765). Red value is 180 (70.70% from 255 or 48.13% from 374); Green value is 156 (61.33% from 255 or 41.71% from 374); Blue value is 38 (15.23% from 255 or 10.16% from 374); Max value from RGB is 180 - color contains mainly: red. Hex color #B49C26 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B49C26 is #4B63D9. Grayscale: #969696. Windows color (decimal): -4940762 or 2530484. OLE color: 2530484.

HSL color Cylindrical-coordinate representation of color #B49C26: hue angle of 49.86º degrees, saturation: 0.65, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #B49C26 is Cyan = 0, Magento = 0.13, Yellow = 0.79 and Black (K on CMYK) = 0.29.

Color convert

RGB18015638-
CMYK00.130.790.29
HSL49.86º65.14%42.75%-
HSV(B)49.86º78.89%70.59%-
XYZ31.0633.626.69-
YUV149.7264.95149.59-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 48.13%
GREEN value IS 156 (61.33% from 255) = 41.71%
BLUE value IS 38 (15.23% from 255) = 10.16%
R=48.13%
G=41.71%
B=10.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.79
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1801563800.130.790.2949.8665.1442.75
HexB49C260D4F1D32412b
Octal26423446015117356210153
Binary1011010010011100100110011011001111111011100101000001101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B49C26

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B49C26; }

 p { color: rgb(180,156,38); }

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

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

 a { background-color: rgb(180,156,38); }

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

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

 span { border-color: rgb(180,156,38); }

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