#B79926

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

Shades of Sahara #B79926

Tints of Sahara #B79926

Color information

#B79926 (or 0xB79926) is unknown color: approx Sahara. HEX triplet: B7, 99 and 26. RGB value is (183,153,38). Sum of RGB (Red+Green+Blue) = 183+153+38=374 (49% of max value = 765). Red value is 183 (71.88% from 255 or 48.93% from 374); Green value is 153 (60.16% from 255 or 40.91% from 374); Blue value is 38 (15.23% from 255 or 10.16% from 374); Max value from RGB is 183 - color contains mainly: red. Hex color #B79926 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B79926 is #4866D9. Grayscale: #959595. Windows color (decimal): -4744922 or 2529719. OLE color: 2529719.

HSL color Cylindrical-coordinate representation of color #B79926: hue angle of 47.59º degrees, saturation: 0.66, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #B79926 is Cyan = 0, Magento = 0.16, Yellow = 0.79 and Black (K on CMYK) = 0.28.

Color convert

RGB18315338-
CMYK00.160.790.28
HSL47.59º65.61%43.33%-
HSV(B)47.59º79.23%71.76%-
XYZ31.2732.996.55-
YUV148.8665.44152.35-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 48.93%
GREEN value IS 153 (60.16% from 255) = 40.91%
BLUE value IS 38 (15.23% from 255) = 10.16%
R=48.93%
G=40.91%
B=10.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.79
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1831533800.160.790.2847.5965.6143.33
HexB799260104F1C30422b
Octal26723146020117346010253
Binary10110111100110011001100100001001111111001100001000010101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B79926

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B79926; }

 p { color: rgb(183,153,38); }

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

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

 a { background-color: rgb(183,153,38); }

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

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

 span { border-color: rgb(183,153,38); }

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