Html Css Color HEX #B49220 Sahara

📋 copy color: '#B49220'

red 180 ◦ green 146 ◦ blue 32

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

Shades of Sahara #B49220

Tints of Sahara #B49220

RGB

 RED value IS 180 (70.7% from 255) = 50.28%

 GREEN value IS 146 (57.42% from 255) = 40.78%

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

R = 50.28%
G = 40.78%
B = 8.94%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.82

 K value IS 0.29

RGB Variations

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

Color information

#B49220 (or 0xB49220) is known color: Sahara. HEX triplet: B4, 92 and 20. RGB value is (180,146,32). Sum of RGB (Red+Green+Blue) = 180+146+32=358 (47% of max value = 765). Red value is 180 (70.70% from 255 or 50.28% from 358); Green value is 146 (57.42% from 255 or 40.78% from 358); Blue value is 32 (12.89% from 255 or 8.94% from 358); Max value from RGB is 180 - color contains mainly: red. Hex color #B49220 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B49220 is #4B6DDF. Grayscale: #8F8F8F. Windows color (decimal): -4943328 or 2134708. OLE color: 2134708.

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

Color convert

RGB 180 146 32 -
CMYK 0 0.19 0.82 0.29
HSL 46.22º 0.7% 0.42% -
HSV(B) 46.22º 0.82% 0.71% -
XYZ 29.36 30.37 5.68 -
YUV 143.17 65.26 154.27 -
System Red Green Blue C M Y K H S L
Decimal 180 146 32 0 0.19 0.82 0.29 46.22 0.7 0.42
Hex B4 92 20 0 13 52 1D 2E 46 2A
Octal 264 222 40 0 23 122 35 56 106 52
Binary 10110100 10010010 100000 0 10011 1010010 11101 101110 1000110 101010

Color Harmonies of #B49220

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B49220

Black with #B49220

Text Example


Text Example

White with #B49220

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B49220; }

 p { color: rgb(180,146,32); }

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

background-color css

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

 a { background-color: rgb(180,146,32); }

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

border-color css

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

 span { border-color: rgb(180,146,32); }

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