#B79C2D

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

Shades of Sahara #B79C2D

Tints of Sahara #B79C2D

Color information

#B79C2D (or 0xB79C2D) is unknown color: approx Sahara. HEX triplet: B7, 9C and 2D. RGB value is (183,156,45). Sum of RGB (Red+Green+Blue) = 183+156+45=384 (50% of max value = 765). Red value is 183 (71.88% from 255 or 47.66% from 384); Green value is 156 (61.33% from 255 or 40.62% from 384); Blue value is 45 (17.97% from 255 or 11.72% from 384); Max value from RGB is 183 - color contains mainly: red. Hex color #B79C2D is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B79C2D is #4863D2. Grayscale: #979797. Windows color (decimal): -4744147 or 2989239. OLE color: 2989239.

HSL color Cylindrical-coordinate representation of color #B79C2D: hue angle of 48.26º degrees, saturation: 0.61, 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 #B79C2D is Cyan = 0, Magento = 0.15, Yellow = 0.75 and Black (K on CMYK) = 0.28.

Color convert

RGB18315645-
CMYK00.150.750.28
HSL48.26º60.53%44.71%-
HSV(B)48.26º75.41%71.76%-
XYZ31.8934.037.37-
YUV151.4267.95150.53-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 47.66%
GREEN value IS 156 (61.33% from 255) = 40.62%
BLUE value IS 45 (17.97% from 255) = 11.72%
R=47.66%
G=40.62%
B=11.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.75
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1831564500.150.750.2848.2660.5344.71
HexB79C2D0F4B1C303d2d
Octal2672345501711334607555
Binary101101111001110010110101111100101111100110000111101101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B79C2D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B79C2D; }

 p { color: rgb(183,156,45); }

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

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

 a { background-color: rgb(183,156,45); }

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

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

 span { border-color: rgb(183,156,45); }

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