Html Css Color HEX #B79420 Sahara

📋 copy color: '#B79420'

red 183 ◦ green 148 ◦ blue 32

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

Shades of Sahara #B79420

Tints of Sahara #B79420

RGB

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

 GREEN value IS 148 (58.2% from 255) = 40.77%

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

R = 50.41%
G = 40.77%
B = 8.82%

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

#B79420 (or 0xB79420) is known color: Sahara. HEX triplet: B7, 94 and 20. RGB value is (183,148,32). Sum of RGB (Red+Green+Blue) = 183+148+32=363 (48% of max value = 765). Red value is 183 (71.88% from 255 or 50.41% from 363); Green value is 148 (58.20% from 255 or 40.77% from 363); Blue value is 32 (12.89% from 255 or 8.82% from 363); Max value from RGB is 183 - color contains mainly: red. Hex color #B79420 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B79420 is #486BDF. Grayscale: #919191. Windows color (decimal): -4746208 or 2135223. OLE color: 2135223.

HSL color Cylindrical-coordinate representation of color #B79420: hue angle of 46.09º 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 #B79420 is Cyan = 0, Magento = 0.19, Yellow = 0.83 and Black (K on CMYK) = 0.28.

Color convert

RGB 183 148 32 -
CMYK 0 0.19 0.83 0.28
HSL 46.09º 0.7% 0.42% -
HSV(B) 46.09º 0.83% 0.72% -
XYZ 30.38 31.35 5.82 -
YUV 145.24 64.1 154.93 -
System Red Green Blue C M Y K H S L
Decimal 183 148 32 0 0.19 0.83 0.28 46.09 0.7 0.42
Hex B7 94 20 0 13 53 1C 2E 46 2A
Octal 267 224 40 0 23 123 34 56 106 52
Binary 10110111 10010100 100000 0 10011 1010011 11100 101110 1000110 101010

Color Harmonies of #B79420

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B79420

Black with #B79420

Text Example


Text Example

White with #B79420

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B79420; }

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

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

background-color css

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

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

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

border-color css

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

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

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