#B49428

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

Shades of Sahara #B49428

Tints of Sahara #B49428

Color information

#B49428 (or 0xB49428) is unknown color: approx Sahara. HEX triplet: B4, 94 and 28. RGB value is (180,148,40). Sum of RGB (Red+Green+Blue) = 180+148+40=368 (48% of max value = 765). Red value is 180 (70.70% from 255 or 48.91% from 368); Green value is 148 (58.20% from 255 or 40.22% from 368); Blue value is 40 (16.02% from 255 or 10.87% from 368); Max value from RGB is 180 - color contains mainly: red. Hex color #B49428 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B49428 is #4B6BD7. Grayscale: #919191. Windows color (decimal): -4942808 or 2659508. OLE color: 2659508.

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

Color convert

RGB18014840-
CMYK00.180.780.29
HSL46.29º63.64%43.14%-
HSV(B)46.29º77.78%70.59%-
XYZ29.831.046.43-
YUV145.2668.6152.78-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 48.91%
GREEN value IS 148 (58.20% from 255) = 40.22%
BLUE value IS 40 (16.02% from 255) = 10.87%
R=48.91%
G=40.22%
B=10.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.78
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1801484000.180.780.2946.2963.6443.14
HexB494280124E1D2e402b
Octal26422450022116355610053
Binary10110100100101001010000100101001110111011011101000000101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B49428

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B49428; }

 p { color: rgb(180,148,40); }

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

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

 a { background-color: rgb(180,148,40); }

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

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

 span { border-color: rgb(180,148,40); }

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