Html Css Color HEX #B49A20 Sahara

📋 copy color: '#B49A20'

red 180 ◦ green 154 ◦ blue 32

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

Shades of Sahara #B49A20

Tints of Sahara #B49A20

RGB

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

 GREEN value IS 154 (60.55% from 255) = 42.08%

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

R = 49.18%
G = 42.08%
B = 8.74%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.82

 K value IS 0.29

RGB Variations

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

Color information

#B49A20 (or 0xB49A20) is known color: Sahara. HEX triplet: B4, 9A and 20. RGB value is (180,154,32). Sum of RGB (Red+Green+Blue) = 180+154+32=366 (48% of max value = 765). Red value is 180 (70.70% from 255 or 49.18% from 366); Green value is 154 (60.55% from 255 or 42.08% from 366); Blue value is 32 (12.89% from 255 or 8.74% from 366); Max value from RGB is 180 - color contains mainly: red. Hex color #B49A20 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B49A20 is #4B65DF. Grayscale: #949494. Windows color (decimal): -4941280 or 2136756. OLE color: 2136756.

HSL color Cylindrical-coordinate representation of color #B49A20: hue angle of 49.46º 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 #B49A20 is Cyan = 0, Magento = 0.14, Yellow = 0.82 and Black (K on CMYK) = 0.29.

Color convert

RGB 180 154 32 -
CMYK 0 0.14 0.82 0.29
HSL 49.46º 0.7% 0.42% -
HSV(B) 49.46º 0.82% 0.71% -
XYZ 30.64 32.92 6.11 -
YUV 147.87 62.61 150.92 -
System Red Green Blue C M Y K H S L
Decimal 180 154 32 0 0.14 0.82 0.29 49.46 0.7 0.42
Hex B4 9A 20 0 E 52 1D 31 46 2A
Octal 264 232 40 0 16 122 35 61 106 52
Binary 10110100 10011010 100000 0 1110 1010010 11101 110001 1000110 101010

Color Harmonies of #B49A20

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B49A20

Black with #B49A20

Text Example


Text Example

White with #B49A20

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B49A20; }

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

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

background-color css

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

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

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

border-color css

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

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

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