#B4A02C

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

Shades of Sahara #B4A02C

Tints of Sahara #B4A02C

Color information

#B4A02C (or 0xB4A02C) is unknown color: approx Sahara. HEX triplet: B4, A0 and 2C. RGB value is (180,160,44). Sum of RGB (Red+Green+Blue) = 180+160+44=384 (50% of max value = 765). Red value is 180 (70.70% from 255 or 46.88% from 384); Green value is 160 (62.89% from 255 or 41.67% from 384); Blue value is 44 (17.58% from 255 or 11.46% from 384); Max value from RGB is 180 - color contains mainly: red. Hex color #B4A02C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B4A02C is #4B5FD3. Grayscale: #999999. Windows color (decimal): -4939732 or 2924724. OLE color: 2924724.

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

Color convert

RGB18016044-
CMYK00.110.760.29
HSL51.18º60.71%43.92%-
HSV(B)51.18º75.56%70.59%-
XYZ31.8535.037.47-
YUV152.7666.63147.43-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 46.88%
GREEN value IS 160 (62.89% from 255) = 41.67%
BLUE value IS 44 (17.58% from 255) = 11.46%
R=46.88%
G=41.67%
B=11.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.76
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1801604400.110.760.2951.1860.7143.92
HexB4A02C0B4C1D333d2c
Octal2642405401311435637554
Binary101101001010000010110001011100110011101110011111101101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B4A02C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B4A02C; }

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

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

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

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

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

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

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

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