#B49825

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

Shades of Sahara #B49825

Tints of Sahara #B49825

Color information

#B49825 (or 0xB49825) is unknown color: approx Sahara. HEX triplet: B4, 98 and 25. RGB value is (180,152,37). Sum of RGB (Red+Green+Blue) = 180+152+37=369 (48% of max value = 765). Red value is 180 (70.70% from 255 or 48.78% from 369); Green value is 152 (59.77% from 255 or 41.19% from 369); Blue value is 37 (14.84% from 255 or 10.03% from 369); Max value from RGB is 180 - color contains mainly: red. Hex color #B49825 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B49825 is #4B67DA. Grayscale: #939393. Windows color (decimal): -4941787 or 2463924. OLE color: 2463924.

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

Color convert

RGB18015237-
CMYK00.160.790.29
HSL48.25º65.9%42.55%-
HSV(B)48.25º79.44%70.59%-
XYZ30.3832.296.38-
YUV147.2665.78151.35-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 48.78%
GREEN value IS 152 (59.77% from 255) = 41.19%
BLUE value IS 37 (14.84% from 255) = 10.03%
R=48.78%
G=41.19%
B=10.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.79
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1801523700.160.790.2948.2565.942.55
HexB498250104F1D30422b
Octal26423045020117356010253
Binary10110100100110001001010100001001111111011100001000010101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B49825

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B49825; }

 p { color: rgb(180,152,37); }

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

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

 a { background-color: rgb(180,152,37); }

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

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

 span { border-color: rgb(180,152,37); }

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