#B79A32

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

Shades of Sahara #B79A32

Tints of Sahara #B79A32

Color information

#B79A32 (or 0xB79A32) is unknown color: approx Sahara. HEX triplet: B7, 9A and 32. RGB value is (183,154,50). Sum of RGB (Red+Green+Blue) = 183+154+50=387 (51% of max value = 765). Red value is 183 (71.88% from 255 or 47.29% from 387); Green value is 154 (60.55% from 255 or 39.79% from 387); Blue value is 50 (19.92% from 255 or 12.92% from 387); Max value from RGB is 183 - color contains mainly: red. Hex color #B79A32 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B79A32 is #4865CD. Grayscale: #979797. Windows color (decimal): -4744654 or 3316407. OLE color: 3316407.

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

Color convert

RGB18315450-
CMYK00.160.730.28
HSL46.92º57.08%45.69%-
HSV(B)46.92º72.68%71.76%-
XYZ31.6633.417.8-
YUV150.8271.11150.96-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 47.29%
GREEN value IS 154 (60.55% from 255) = 39.79%
BLUE value IS 50 (19.92% from 255) = 12.92%
R=47.29%
G=39.79%
B=12.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.73
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1831545000.160.730.2846.9257.0845.69
HexB79A32010491C2f392e
Octal2672326202011134577156
Binary1011011110011010110010010000100100111100101111111001101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B79A32

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B79A32; }

 p { color: rgb(183,154,50); }

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

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

 a { background-color: rgb(183,154,50); }

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

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

 span { border-color: rgb(183,154,50); }

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