#B9A028

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

Shades of Sahara #B9A028

Tints of Sahara #B9A028

Color information

#B9A028 (or 0xB9A028) is unknown color: approx Sahara. HEX triplet: B9, A0 and 28. RGB value is (185,160,40). Sum of RGB (Red+Green+Blue) = 185+160+40=385 (50% of max value = 765). Red value is 185 (72.66% from 255 or 48.05% from 385); Green value is 160 (62.89% from 255 or 41.56% from 385); Blue value is 40 (16.02% from 255 or 10.39% from 385); Max value from RGB is 185 - color contains mainly: red. Hex color #B9A028 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B9A028 is #465FD7. Grayscale: #9A9A9A. Windows color (decimal): -4612056 or 2662585. OLE color: 2662585.

HSL color Cylindrical-coordinate representation of color #B9A028: hue angle of 49.66º degrees, saturation: 0.64, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #B9A028 is Cyan = 0, Magento = 0.14, Yellow = 0.78 and Black (K on CMYK) = 0.27.

Color convert

RGB18516040-
CMYK00.140.780.27
HSL49.66º64.44%44.12%-
HSV(B)49.66º78.38%72.55%-
XYZ32.9635.617.14-
YUV153.7963.78150.26-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 48.05%
GREEN value IS 160 (62.89% from 255) = 41.56%
BLUE value IS 40 (16.02% from 255) = 10.39%
R=48.05%
G=41.56%
B=10.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.78
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1851604000.140.780.2749.6664.4444.12
HexB9A0280E4E1B32402c
Octal27124050016116336210054
Binary1011100110100000101000011101001110110111100101000000101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B9A028

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B9A028; }

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

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

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

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

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

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

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

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