#B49F26

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

Shades of Sahara #B49F26

Tints of Sahara #B49F26

Color information

#B49F26 (or 0xB49F26) is unknown color: approx Sahara. HEX triplet: B4, 9F and 26. RGB value is (180,159,38). Sum of RGB (Red+Green+Blue) = 180+159+38=377 (49% of max value = 765). Red value is 180 (70.70% from 255 or 47.75% from 377); Green value is 159 (62.5% from 255 or 42.18% from 377); Blue value is 38 (15.23% from 255 or 10.08% from 377); Max value from RGB is 180 - color contains mainly: red. Hex color #B49F26 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B49F26 is #4B60D9. Grayscale: #979797. Windows color (decimal): -4939994 or 2531252. OLE color: 2531252.

HSL color Cylindrical-coordinate representation of color #B49F26: hue angle of 51.13º 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 #B49F26 is Cyan = 0, Magento = 0.12, Yellow = 0.79 and Black (K on CMYK) = 0.29.

Color convert

RGB18015938-
CMYK00.120.790.29
HSL51.13º65.14%42.75%-
HSV(B)51.13º78.89%70.59%-
XYZ31.5734.646.86-
YUV151.4863.96148.34-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 47.75%
GREEN value IS 159 (62.5% from 255) = 42.18%
BLUE value IS 38 (15.23% from 255) = 10.08%
R=47.75%
G=42.18%
B=10.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.79
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1801593800.120.790.2951.1365.1442.75
HexB49F260C4F1D33412b
Octal26423746014117356310153
Binary1011010010011111100110011001001111111011100111000001101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B49F26

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B49F26; }

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

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

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

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

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

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

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

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