#B5A028

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

Shades of Sahara #B5A028

Tints of Sahara #B5A028

Color information

#B5A028 (or 0xB5A028) is unknown color: approx Sahara. HEX triplet: B5, A0 and 28. RGB value is (181,160,40). Sum of RGB (Red+Green+Blue) = 181+160+40=381 (50% of max value = 765). Red value is 181 (71.09% from 255 or 47.51% from 381); Green value is 160 (62.89% from 255 or 41.99% from 381); Blue value is 40 (16.02% from 255 or 10.50% from 381); Max value from RGB is 181 - color contains mainly: red. Hex color #B5A028 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B5A028 is #4A5FD7. Grayscale: #999999. Windows color (decimal): -4874200 or 2662581. OLE color: 2662581.

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

Color convert

RGB18116040-
CMYK00.120.780.29
HSL51.06º63.8%43.33%-
HSV(B)51.06º77.9%70.98%-
XYZ32.0135.127.1-
YUV152.664.46148.26-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 47.51%
GREEN value IS 160 (62.89% from 255) = 41.99%
BLUE value IS 40 (16.02% from 255) = 10.50%
R=47.51%
G=41.99%
B=10.50%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.78
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1811604000.120.780.2951.0663.843.33
HexB5A0280C4E1D33402b
Octal26524050014116356310053
Binary1011010110100000101000011001001110111011100111000000101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B5A028

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B5A028; }

 p { color: rgb(181,160,40); }

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

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

 a { background-color: rgb(181,160,40); }

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

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

 span { border-color: rgb(181,160,40); }

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