Html Css Color HEX #B49622 Sahara

📋 copy color: '#B49622'

red 180 ◦ green 150 ◦ blue 34

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

Shades of Sahara #B49622

Tints of Sahara #B49622

RGB

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

 GREEN value IS 150 (58.98% from 255) = 41.21%

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

R = 49.45%
G = 41.21%
B = 9.34%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.81

 K value IS 0.29

RGB Variations

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

Color information

#B49622 (or 0xB49622) is known color: Sahara. HEX triplet: B4, 96 and 22. RGB value is (180,150,34). Sum of RGB (Red+Green+Blue) = 180+150+34=364 (48% of max value = 765). Red value is 180 (70.70% from 255 or 49.45% from 364); Green value is 150 (58.98% from 255 or 41.21% from 364); Blue value is 34 (13.67% from 255 or 9.34% from 364); Max value from RGB is 180 - color contains mainly: red. Hex color #B49622 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B49622 is #4B69DD. Grayscale: #929292. Windows color (decimal): -4942302 or 2266804. OLE color: 2266804.

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

Color convert

RGB 180 150 34 -
CMYK 0 0.17 0.81 0.29
HSL 47.67º 0.68% 0.42% -
HSV(B) 47.67º 0.81% 0.71% -
XYZ 30.02 31.63 6.04 -
YUV 145.75 64.94 152.43 -
System Red Green Blue C M Y K H S L
Decimal 180 150 34 0 0.17 0.81 0.29 47.67 0.68 0.42
Hex B4 96 22 0 11 51 1D 30 44 2A
Octal 264 226 42 0 21 121 35 60 104 52
Binary 10110100 10010110 100010 0 10001 1010001 11101 110000 1000100 101010

Color Harmonies of #B49622

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B49622

Black with #B49622

Text Example


Text Example

White with #B49622

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B49622; }

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

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

background-color css

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

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

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

border-color css

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

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

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