Html Css Color HEX #B49020 Sahara

📋 copy color: '#B49020'

red 180 ◦ green 144 ◦ blue 32

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

Shades of Sahara #B49020

Tints of Sahara #B49020

RGB

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

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

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

R = 50.56%
G = 40.45%
B = 8.99%

CMYK

 C value IS 0

 M value IS 0.2

 Y value IS 0.82

 K value IS 0.29

RGB Variations

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

Color information

#B49020 (or 0xB49020) is known color: Sahara. HEX triplet: B4, 90 and 20. RGB value is (180,144,32). Sum of RGB (Red+Green+Blue) = 180+144+32=356 (47% of max value = 765). Red value is 180 (70.70% from 255 or 50.56% from 356); Green value is 144 (56.64% from 255 or 40.45% from 356); Blue value is 32 (12.89% from 255 or 8.99% from 356); Max value from RGB is 180 - color contains mainly: red. Hex color #B49020 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B49020 is #4B6FDF. Grayscale: #8E8E8E. Windows color (decimal): -4943840 or 2134196. OLE color: 2134196.

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

Color convert

RGB 180 144 32 -
CMYK 0 0.2 0.82 0.29
HSL 45.41º 0.7% 0.42% -
HSV(B) 45.41º 0.82% 0.71% -
XYZ 29.06 29.75 5.58 -
YUV 142 65.93 155.11 -
System Red Green Blue C M Y K H S L
Decimal 180 144 32 0 0.2 0.82 0.29 45.41 0.7 0.42
Hex B4 90 20 0 14 52 1D 2D 46 2A
Octal 264 220 40 0 24 122 35 55 106 52
Binary 10110100 10010000 100000 0 10100 1010010 11101 101101 1000110 101010

Color Harmonies of #B49020

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B49020

Black with #B49020

Text Example


Text Example

White with #B49020

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B49020; }

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

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

background-color css

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

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

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

border-color css

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

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

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