#b79e2b

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

Shades of Sahara #B79E2B

Tints of Sahara #B79E2B

Color information

#B79E2B (or 0xB79E2B) is unknown color: approx Sahara. HEX triplet: B7, 9E and 2B. RGB value is (183,158,43). Sum of RGB (Red+Green+Blue) = 183+158+43=384 (50% of max value = 765). Red value is 183 (71.88% from 255 or 47.66% from 384); Green value is 158 (62.11% from 255 or 41.15% from 384); Blue value is 43 (17.19% from 255 or 11.20% from 384); Max value from RGB is 183 - color contains mainly: red. Hex color #B79E2B is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B79E2B is #4861D4. Grayscale: #989898. Windows color (decimal): -4743637 or 2858679. OLE color: 2858679.

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

Color convert

RGB18315843-
CMYK00.140.770.28
HSL49.29º61.95%44.31%-
HSV(B)49.29º76.5%71.76%-
XYZ32.1934.77.29-
YUV152.3666.28149.85-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 47.66%
GREEN value IS 158 (62.11% from 255) = 41.15%
BLUE value IS 43 (17.19% from 255) = 11.20%
R=47.66%
G=41.15%
B=11.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.77
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1831584300.140.770.2849.2961.9544.31
HexB79E2B0E4D1C313e2c
Octal2672365301611534617654
Binary101101111001111010101101110100110111100110001111110101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #b79e2b

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #b79e2b; }

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

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

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

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

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

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

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

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