Html Css Color HEX #B49822 Sahara

📋 copy color: '#B49822'

red 180 ◦ green 152 ◦ blue 34

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

Shades of Sahara #B49822

Tints of Sahara #B49822

RGB

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

 GREEN value IS 152 (59.77% from 255) = 41.53%

 BLUE value IS 34 (13.67% from 255) = 9.29%

R = 49.18%
G = 41.53%
B = 9.29%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.81

 K value IS 0.29

RGB Variations

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

Color information

#B49822 (or 0xB49822) is known color: Sahara. HEX triplet: B4, 98 and 22. RGB value is (180,152,34). Sum of RGB (Red+Green+Blue) = 180+152+34=366 (48% of max value = 765). Red value is 180 (70.70% from 255 or 49.18% from 366); Green value is 152 (59.77% from 255 or 41.53% from 366); Blue value is 34 (13.67% from 255 or 9.29% from 366); Max value from RGB is 180 - color contains mainly: red. Hex color #B49822 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B49822 is #4B67DD. Grayscale: #939393. Windows color (decimal): -4941790 or 2267316. OLE color: 2267316.

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

Color convert

RGB 180 152 34 -
CMYK 0 0.16 0.81 0.29
HSL 48.49º 0.68% 0.42% -
HSV(B) 48.49º 0.81% 0.71% -
XYZ 30.34 32.28 6.14 -
YUV 146.92 64.28 151.59 -
System Red Green Blue C M Y K H S L
Decimal 180 152 34 0 0.16 0.81 0.29 48.49 0.68 0.42
Hex B4 98 22 0 10 51 1D 30 44 2A
Octal 264 230 42 0 20 121 35 60 104 52
Binary 10110100 10011000 100010 0 10000 1010001 11101 110000 1000100 101010

Color Harmonies of #B49822

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B49822

Black with #B49822

Text Example


Text Example

White with #B49822

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B49822; }

 p { color: rgb(180,152,34); }

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

background-color css

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

 a { background-color: rgb(180,152,34); }

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

border-color css

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

 span { border-color: rgb(180,152,34); }

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