#B79C2C

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

Shades of Sahara #B79C2C

Tints of Sahara #B79C2C

Color information

#B79C2C (or 0xB79C2C) is unknown color: approx Sahara. HEX triplet: B7, 9C and 2C. RGB value is (183,156,44). Sum of RGB (Red+Green+Blue) = 183+156+44=383 (50% of max value = 765). Red value is 183 (71.88% from 255 or 47.78% from 383); Green value is 156 (61.33% from 255 or 40.73% from 383); Blue value is 44 (17.58% from 255 or 11.49% from 383); Max value from RGB is 183 - color contains mainly: red. Hex color #B79C2C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B79C2C is #4863D3. Grayscale: #979797. Windows color (decimal): -4744148 or 2923703. OLE color: 2923703.

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

Color convert

RGB18315644-
CMYK00.150.760.28
HSL48.35º61.23%44.51%-
HSV(B)48.35º75.96%71.76%-
XYZ31.8734.037.27-
YUV151.367.45150.61-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 47.78%
GREEN value IS 156 (61.33% from 255) = 40.73%
BLUE value IS 44 (17.58% from 255) = 11.49%
R=47.78%
G=40.73%
B=11.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.76
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1831564400.150.760.2848.3561.2344.51
HexB79C2C0F4C1C303d2d
Octal2672345401711434607555
Binary101101111001110010110001111100110011100110000111101101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B79C2C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B79C2C; }

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

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

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

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

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

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

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

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