#B39A30

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

Shades of Sahara #B39A30

Tints of Sahara #B39A30

Color information

#B39A30 (or 0xB39A30) is unknown color: approx Sahara. HEX triplet: B3, 9A and 30. RGB value is (179,154,48). Sum of RGB (Red+Green+Blue) = 179+154+48=381 (50% of max value = 765). Red value is 179 (70.31% from 255 or 46.98% from 381); Green value is 154 (60.55% from 255 or 40.42% from 381); Blue value is 48 (19.14% from 255 or 12.60% from 381); Max value from RGB is 179 - color contains mainly: red. Hex color #B39A30 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B39A30 is #4C65CF. Grayscale: #959595. Windows color (decimal): -5006800 or 3185331. OLE color: 3185331.

HSL color Cylindrical-coordinate representation of color #B39A30: hue angle of 48.55º degrees, saturation: 0.58, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #B39A30 is Cyan = 0, Magento = 0.14, Yellow = 0.73 and Black (K on CMYK) = 0.30.

Color convert

RGB17915448-
CMYK00.140.730.30
HSL48.55º57.71%44.51%-
HSV(B)48.55º73.18%70.2%-
XYZ30.6832.917.53-
YUV149.3970.78149.12-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 46.98%
GREEN value IS 154 (60.55% from 255) = 40.42%
BLUE value IS 48 (19.14% from 255) = 12.60%
R=46.98%
G=40.42%
B=12.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.73
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1791544800.140.730.3048.5557.7144.51
HexB39A300E491E313a2d
Octal2632326001611136617255
Binary101100111001101011000001110100100111110110001111010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B39A30

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B39A30; }

 p { color: rgb(179,154,48); }

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

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

 a { background-color: rgb(179,154,48); }

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

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

 span { border-color: rgb(179,154,48); }

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