Html Css Color HEX #B49124 Sahara

📋 copy color: '#B49124'

red 180 ◦ green 145 ◦ blue 36

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

Shades of Sahara #B49124

Tints of Sahara #B49124

RGB

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

 GREEN value IS 145 (57.03% from 255) = 40.17%

 BLUE value IS 36 (14.45% from 255) = 9.97%

R = 49.86%
G = 40.17%
B = 9.97%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.8

 K value IS 0.29

RGB Variations

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

Color information

#B49124 (or 0xB49124) is known color: Sahara. HEX triplet: B4, 91 and 24. RGB value is (180,145,36). Sum of RGB (Red+Green+Blue) = 180+145+36=361 (47% of max value = 765). Red value is 180 (70.70% from 255 or 49.86% from 361); Green value is 145 (57.03% from 255 or 40.17% from 361); Blue value is 36 (14.45% from 255 or 9.97% from 361); Max value from RGB is 180 - color contains mainly: red. Hex color #B49124 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B49124 is #4B6EDB. Grayscale: #8F8F8F. Windows color (decimal): -4943580 or 2396596. OLE color: 2396596.

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

Color convert

RGB 180 145 36 -
CMYK 0 0.19 0.8 0.29
HSL 45.42º 0.67% 0.42% -
HSV(B) 45.42º 0.8% 0.71% -
XYZ 29.27 30.08 5.93 -
YUV 143.04 67.6 154.36 -
System Red Green Blue C M Y K H S L
Decimal 180 145 36 0 0.19 0.8 0.29 45.42 0.67 0.42
Hex B4 91 24 0 13 50 1D 2D 43 2A
Octal 264 221 44 0 23 120 35 55 103 52
Binary 10110100 10010001 100100 0 10011 1010000 11101 101101 1000011 101010

Color Harmonies of #B49124

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B49124

Black with #B49124

Text Example


Text Example

White with #B49124

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B49124; }

 p { color: rgb(180,145,36); }

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

background-color css

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

 a { background-color: rgb(180,145,36); }

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

border-color css

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

 span { border-color: rgb(180,145,36); }

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