Html Css Color HEX #B49520 Sahara

📋 copy color: '#B49520'

red 180 ◦ green 149 ◦ blue 32

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

Shades of Sahara #B49520

Tints of Sahara #B49520

RGB

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

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

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

R = 49.86%
G = 41.27%
B = 8.86%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.82

 K value IS 0.29

RGB Variations

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

Color information

#B49520 (or 0xB49520) is known color: Sahara. HEX triplet: B4, 95 and 20. RGB value is (180,149,32). Sum of RGB (Red+Green+Blue) = 180+149+32=361 (47% of max value = 765). Red value is 180 (70.70% from 255 or 49.86% from 361); Green value is 149 (58.59% from 255 or 41.27% from 361); Blue value is 32 (12.89% from 255 or 8.86% from 361); Max value from RGB is 180 - color contains mainly: red. Hex color #B49520 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B49520 is #4B6ADF. Grayscale: #919191. Windows color (decimal): -4942560 or 2135476. OLE color: 2135476.

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

Color convert

RGB 180 149 32 -
CMYK 0 0.17 0.82 0.29
HSL 47.43º 0.7% 0.42% -
HSV(B) 47.43º 0.82% 0.71% -
XYZ 29.83 31.3 5.84 -
YUV 144.93 64.27 153.01 -
System Red Green Blue C M Y K H S L
Decimal 180 149 32 0 0.17 0.82 0.29 47.43 0.7 0.42
Hex B4 95 20 0 11 52 1D 2F 46 2A
Octal 264 225 40 0 21 122 35 57 106 52
Binary 10110100 10010101 100000 0 10001 1010010 11101 101111 1000110 101010

Color Harmonies of #B49520

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B49520

Black with #B49520

Text Example


Text Example

White with #B49520

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B49520; }

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

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

background-color css

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

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

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

border-color css

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

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

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