#B5A030

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

Shades of Sahara #B5A030

Tints of Sahara #B5A030

Color information

#B5A030 (or 0xB5A030) is unknown color: approx Sahara. HEX triplet: B5, A0 and 30. RGB value is (181,160,48). Sum of RGB (Red+Green+Blue) = 181+160+48=389 (51% of max value = 765). Red value is 181 (71.09% from 255 or 46.53% from 389); Green value is 160 (62.89% from 255 or 41.13% from 389); Blue value is 48 (19.14% from 255 or 12.34% from 389); Max value from RGB is 181 - color contains mainly: red. Hex color #B5A030 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B5A030 is #4A5FCF. Grayscale: #999999. Windows color (decimal): -4874192 or 3186869. OLE color: 3186869.

HSL color Cylindrical-coordinate representation of color #B5A030: hue angle of 50.53º degrees, saturation: 0.58, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #B5A030 is Cyan = 0, Magento = 0.12, Yellow = 0.73 and Black (K on CMYK) = 0.29.

Color convert

RGB18116048-
CMYK00.120.730.29
HSL50.53º58.08%44.9%-
HSV(B)50.53º73.48%70.98%-
XYZ32.1635.187.89-
YUV153.5168.46147.61-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 46.53%
GREEN value IS 160 (62.89% from 255) = 41.13%
BLUE value IS 48 (19.14% from 255) = 12.34%
R=46.53%
G=41.13%
B=12.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.73
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1811604800.120.730.2950.5358.0844.9
HexB5A0300C491D333a2d
Octal2652406001411135637255
Binary101101011010000011000001100100100111101110011111010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B5A030

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B5A030; }

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

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

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

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

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

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

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

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