#B9A133

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

Shades of Sahara #B9A133

Tints of Sahara #B9A133

Color information

#B9A133 (or 0xB9A133) is unknown color: approx Sahara. HEX triplet: B9, A1 and 33. RGB value is (185,161,51). Sum of RGB (Red+Green+Blue) = 185+161+51=397 (52% of max value = 765). Red value is 185 (72.66% from 255 or 46.60% from 397); Green value is 161 (63.28% from 255 or 40.55% from 397); Blue value is 51 (20.31% from 255 or 12.85% from 397); Max value from RGB is 185 - color contains mainly: red. Hex color #B9A133 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B9A133 is #465ECC. Grayscale: #9C9C9C. Windows color (decimal): -4611789 or 3383737. OLE color: 3383737.

HSL color Cylindrical-coordinate representation of color #B9A133: hue angle of 49.25º degrees, saturation: 0.57, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #B9A133 is Cyan = 0, Magento = 0.13, Yellow = 0.72 and Black (K on CMYK) = 0.27.

Color convert

RGB18516151-
CMYK00.130.720.27
HSL49.25º56.78%46.27%-
HSV(B)49.25º72.43%72.55%-
XYZ33.3536.048.33-
YUV155.6468.95148.94-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 46.60%
GREEN value IS 161 (63.28% from 255) = 40.55%
BLUE value IS 51 (20.31% from 255) = 12.85%
R=46.60%
G=40.55%
B=12.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.72
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1851615100.130.720.2749.2556.7846.27
HexB9A1330D481B31392e
Octal2712416301511033617156
Binary101110011010000111001101101100100011011110001111001101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B9A133

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B9A133; }

 p { color: rgb(185,161,51); }

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

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

 a { background-color: rgb(185,161,51); }

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

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

 span { border-color: rgb(185,161,51); }

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