#B4A030

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

Shades of Sahara #B4A030

Tints of Sahara #B4A030

Color information

#B4A030 (or 0xB4A030) is unknown color: approx Sahara. HEX triplet: B4, A0 and 30. RGB value is (180,160,48). Sum of RGB (Red+Green+Blue) = 180+160+48=388 (51% of max value = 765). Red value is 180 (70.70% from 255 or 46.39% from 388); Green value is 160 (62.89% from 255 or 41.24% from 388); Blue value is 48 (19.14% from 255 or 12.37% from 388); Max value from RGB is 180 - color contains mainly: red. Hex color #B4A030 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B4A030 is #4B5FCF. Grayscale: #999999. Windows color (decimal): -4939728 or 3186868. OLE color: 3186868.

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

Color convert

RGB18016048-
CMYK00.110.730.29
HSL50.91º57.89%44.71%-
HSV(B)50.91º73.33%70.59%-
XYZ31.9335.067.88-
YUV153.2168.63147.11-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 46.39%
GREEN value IS 160 (62.89% from 255) = 41.24%
BLUE value IS 48 (19.14% from 255) = 12.37%
R=46.39%
G=41.24%
B=12.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.73
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1801604800.110.730.2950.9157.8944.71
HexB4A0300B491D333a2d
Octal2642406001311135637255
Binary101101001010000011000001011100100111101110011111010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B4A030

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B4A030; }

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

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

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

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

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

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

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

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