#B79E2E

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

Shades of Sahara #B79E2E

Tints of Sahara #B79E2E

Color information

#B79E2E (or 0xB79E2E) is unknown color: approx Sahara. HEX triplet: B7, 9E and 2E. RGB value is (183,158,46). Sum of RGB (Red+Green+Blue) = 183+158+46=387 (51% of max value = 765). Red value is 183 (71.88% from 255 or 47.29% from 387); Green value is 158 (62.11% from 255 or 40.83% from 387); Blue value is 46 (18.36% from 255 or 11.89% from 387); Max value from RGB is 183 - color contains mainly: red. Hex color #B79E2E is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B79E2E is #4861D1. Grayscale: #999999. Windows color (decimal): -4743634 or 3055287. OLE color: 3055287.

HSL color Cylindrical-coordinate representation of color #B79E2E: hue angle of 49.05º degrees, saturation: 0.6, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #B79E2E is Cyan = 0, Magento = 0.14, Yellow = 0.75 and Black (K on CMYK) = 0.28.

Color convert

RGB18315846-
CMYK00.140.750.28
HSL49.05º59.83%44.9%-
HSV(B)49.05º74.86%71.76%-
XYZ32.2534.727.59-
YUV152.7167.78149.61-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 47.29%
GREEN value IS 158 (62.11% from 255) = 40.83%
BLUE value IS 46 (18.36% from 255) = 11.89%
R=47.29%
G=40.83%
B=11.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.75
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1831584600.140.750.2849.0559.8344.9
HexB79E2E0E4B1C313c2d
Octal2672365601611334617455
Binary101101111001111010111001110100101111100110001111100101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B79E2E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B79E2E; }

 p { color: rgb(183,158,46); }

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

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

 a { background-color: rgb(183,158,46); }

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

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

 span { border-color: rgb(183,158,46); }

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