#B79F32

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

Shades of Sahara #B79F32

Tints of Sahara #B79F32

Color information

#B79F32 (or 0xB79F32) is unknown color: approx Sahara. HEX triplet: B7, 9F and 32. RGB value is (183,159,50). Sum of RGB (Red+Green+Blue) = 183+159+50=392 (51% of max value = 765). Red value is 183 (71.88% from 255 or 46.68% from 392); Green value is 159 (62.5% from 255 or 40.56% from 392); Blue value is 50 (19.92% from 255 or 12.76% from 392); Max value from RGB is 183 - color contains mainly: red. Hex color #B79F32 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B79F32 is #4860CD. Grayscale: #9A9A9A. Windows color (decimal): -4743374 or 3317687. OLE color: 3317687.

HSL color Cylindrical-coordinate representation of color #B79F32: hue angle of 49.17º 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 #B79F32 is Cyan = 0, Magento = 0.13, Yellow = 0.73 and Black (K on CMYK) = 0.28.

Color convert

RGB18315950-
CMYK00.130.730.28
HSL49.17º57.08%45.69%-
HSV(B)49.17º72.68%71.76%-
XYZ32.535.098.08-
YUV153.7569.45148.86-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 46.68%
GREEN value IS 159 (62.5% from 255) = 40.56%
BLUE value IS 50 (19.92% from 255) = 12.76%
R=46.68%
G=40.56%
B=12.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.73
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1831595000.130.730.2849.1757.0845.69
HexB79F320D491C31392e
Octal2672376201511134617156
Binary101101111001111111001001101100100111100110001111001101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B79F32

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B79F32; }

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

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

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

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

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

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

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

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