Html Css Color HEX #B79520 Sahara

📋 copy color: '#B79520'

red 183 ◦ green 149 ◦ blue 32

#B79520
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Sahara #B79520

Tints of Sahara #B79520

RGB

 RED value IS 183 (71.88% from 255) = 50.27%

 GREEN value IS 149 (58.59% from 255) = 40.93%

 BLUE value IS 32 (12.89% from 255) = 8.79%

R = 50.27%
G = 40.93%
B = 8.79%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.83

 K value IS 0.28

RGB Variations

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

Color information

#B79520 (or 0xB79520) is known color: Sahara. HEX triplet: B7, 95 and 20. RGB value is (183,149,32). Sum of RGB (Red+Green+Blue) = 183+149+32=364 (48% of max value = 765). Red value is 183 (71.88% from 255 or 50.27% from 364); Green value is 149 (58.59% from 255 or 40.93% from 364); Blue value is 32 (12.89% from 255 or 8.79% from 364); Max value from RGB is 183 - color contains mainly: red. Hex color #B79520 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B79520 is #486ADF. Grayscale: #929292. Windows color (decimal): -4745952 or 2135479. OLE color: 2135479.

HSL color Cylindrical-coordinate representation of color #B79520: hue angle of 46.49º degrees, saturation: 0.7, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #B79520 is Cyan = 0, Magento = 0.19, Yellow = 0.83 and Black (K on CMYK) = 0.28.

Color convert

RGB 183 149 32 -
CMYK 0 0.19 0.83 0.28
HSL 46.49º 0.7% 0.42% -
HSV(B) 46.49º 0.83% 0.72% -
XYZ 30.54 31.67 5.87 -
YUV 145.83 63.76 154.51 -
System Red Green Blue C M Y K H S L
Decimal 183 149 32 0 0.19 0.83 0.28 46.49 0.7 0.42
Hex B7 95 20 0 13 53 1C 2E 46 2A
Octal 267 225 40 0 23 123 34 56 106 52
Binary 10110111 10010101 100000 0 10011 1010011 11100 101110 1000110 101010

Color Harmonies of #B79520

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B79520

Black with #B79520

Text Example


Text Example

White with #B79520

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B79520; }

 p { color: rgb(183,149,32); }

 H1.HeaderClassName
 {
   color: #B79520;
 }
 .AnyTagClassName
 {
   color: #B79520;
 }
</style>

background-color css

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

 a { background-color: rgb(183,149,32); }

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

border-color css

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

 span { border-color: rgb(183,149,32); }

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