#b4a02e

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

Shades of Sahara #B4A02E

Tints of Sahara #B4A02E

Color information

#B4A02E (or 0xB4A02E) is unknown color: approx Sahara. HEX triplet: B4, A0 and 2E. RGB value is (180,160,46). Sum of RGB (Red+Green+Blue) = 180+160+46=386 (51% of max value = 765). Red value is 180 (70.70% from 255 or 46.63% from 386); Green value is 160 (62.89% from 255 or 41.45% from 386); Blue value is 46 (18.36% from 255 or 11.92% from 386); Max value from RGB is 180 - color contains mainly: red. Hex color #B4A02E is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B4A02E is #4B5FD1. Grayscale: #999999. Windows color (decimal): -4939730 or 3055796. OLE color: 3055796.

HSL color Cylindrical-coordinate representation of color #B4A02E: hue angle of 51.04º degrees, saturation: 0.59, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #B4A02E is Cyan = 0, Magento = 0.11, Yellow = 0.74 and Black (K on CMYK) = 0.29.

Color convert

RGB18016046-
CMYK00.110.740.29
HSL51.04º59.29%44.31%-
HSV(B)51.04º74.44%70.59%-
XYZ31.8935.047.67-
YUV152.9867.63147.27-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 46.63%
GREEN value IS 160 (62.89% from 255) = 41.45%
BLUE value IS 46 (18.36% from 255) = 11.92%
R=46.63%
G=41.45%
B=11.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.74
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1801604600.110.740.2951.0459.2944.31
HexB4A02E0B4A1D333b2c
Octal2642405601311235637354
Binary101101001010000010111001011100101011101110011111011101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #b4a02e

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #b4a02e; }

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

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

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

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

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

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

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

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