Html Css Color HEX #B79020 Sahara

📋 copy color: '#B79020'

red 183 ◦ green 144 ◦ blue 32

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

Shades of Sahara #B79020

Tints of Sahara #B79020

RGB

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

 GREEN value IS 144 (56.64% from 255) = 40.11%

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

R = 50.97%
G = 40.11%
B = 8.91%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.83

 K value IS 0.28

RGB Variations

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

Color information

#B79020 (or 0xB79020) is known color: Sahara. HEX triplet: B7, 90 and 20. RGB value is (183,144,32). Sum of RGB (Red+Green+Blue) = 183+144+32=359 (47% of max value = 765). Red value is 183 (71.88% from 255 or 50.97% from 359); Green value is 144 (56.64% from 255 or 40.11% from 359); Blue value is 32 (12.89% from 255 or 8.91% from 359); Max value from RGB is 183 - color contains mainly: red. Hex color #B79020 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B79020 is #486FDF. Grayscale: #8F8F8F. Windows color (decimal): -4747232 or 2134199. OLE color: 2134199.

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

Color convert

RGB 183 144 32 -
CMYK 0 0.21 0.83 0.28
HSL 44.5º 0.7% 0.42% -
HSV(B) 44.5º 0.83% 0.72% -
XYZ 29.76 30.12 5.61 -
YUV 142.89 65.42 156.61 -
System Red Green Blue C M Y K H S L
Decimal 183 144 32 0 0.21 0.83 0.28 44.5 0.7 0.42
Hex B7 90 20 0 15 53 1C 2D 46 2A
Octal 267 220 40 0 25 123 34 55 106 52
Binary 10110111 10010000 100000 0 10101 1010011 11100 101101 1000110 101010

Color Harmonies of #B79020

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B79020

Black with #B79020

Text Example


Text Example

White with #B79020

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B79020; }

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

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

background-color css

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

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

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

border-color css

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

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

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