#b79925

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

Shades of Sahara #B79925

Tints of Sahara #B79925

Color information

#B79925 (or 0xB79925) is unknown color: approx Sahara. HEX triplet: B7, 99 and 25. RGB value is (183,153,37). Sum of RGB (Red+Green+Blue) = 183+153+37=373 (49% of max value = 765). Red value is 183 (71.88% from 255 or 49.06% from 373); Green value is 153 (60.16% from 255 or 41.02% from 373); Blue value is 37 (14.84% from 255 or 9.92% from 373); Max value from RGB is 183 - color contains mainly: red. Hex color #B79925 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B79925 is #4866DA. Grayscale: #959595. Windows color (decimal): -4744923 or 2464183. OLE color: 2464183.

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

Color convert

RGB18315337-
CMYK00.160.800.28
HSL47.67º66.36%43.14%-
HSV(B)47.67º79.78%71.76%-
XYZ31.2532.986.47-
YUV148.7564.94152.43-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 49.06%
GREEN value IS 153 (60.16% from 255) = 41.02%
BLUE value IS 37 (14.84% from 255) = 9.92%
R=49.06%
G=41.02%
B=9.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.80
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1831533700.160.800.2847.6766.3643.14
HexB79925010501C30422b
Octal26723145020120346010253
Binary10110111100110011001010100001010000111001100001000010101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #b79925

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #b79925; }

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

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

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

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

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

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

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

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