#B9A026

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

Shades of Sahara #B9A026

Tints of Sahara #B9A026

Color information

#B9A026 (or 0xB9A026) is unknown color: approx Sahara. HEX triplet: B9, A0 and 26. RGB value is (185,160,38). Sum of RGB (Red+Green+Blue) = 185+160+38=383 (50% of max value = 765). Red value is 185 (72.66% from 255 or 48.30% from 383); Green value is 160 (62.89% from 255 or 41.78% from 383); Blue value is 38 (15.23% from 255 or 9.92% from 383); Max value from RGB is 185 - color contains mainly: red. Hex color #B9A026 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B9A026 is #465FD9. Grayscale: #9A9A9A. Windows color (decimal): -4612058 or 2531513. OLE color: 2531513.

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

Color convert

RGB18516038-
CMYK00.140.790.27
HSL49.8º65.92%43.73%-
HSV(B)49.8º79.46%72.55%-
XYZ32.9335.66.97-
YUV153.5762.78150.42-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 48.30%
GREEN value IS 160 (62.89% from 255) = 41.78%
BLUE value IS 38 (15.23% from 255) = 9.92%
R=48.30%
G=41.78%
B=9.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.79
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1851603800.140.790.2749.865.9243.73
HexB9A0260E4F1B32422c
Octal27124046016117336210254
Binary1011100110100000100110011101001111110111100101000010101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B9A026

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B9A026; }

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

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

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

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

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

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

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

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