Html Css Color HEX #B49324 Sahara

📋 copy color: '#B49324'

red 180 ◦ green 147 ◦ blue 36

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

Shades of Sahara #B49324

Tints of Sahara #B49324

RGB

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

 GREEN value IS 147 (57.81% from 255) = 40.5%

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

R = 49.59%
G = 40.5%
B = 9.92%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.8

 K value IS 0.29

RGB Variations

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

Color information

#B49324 (or 0xB49324) is known color: Sahara. HEX triplet: B4, 93 and 24. RGB value is (180,147,36). Sum of RGB (Red+Green+Blue) = 180+147+36=363 (48% of max value = 765). Red value is 180 (70.70% from 255 or 49.59% from 363); Green value is 147 (57.81% from 255 or 40.50% from 363); Blue value is 36 (14.45% from 255 or 9.92% from 363); Max value from RGB is 180 - color contains mainly: red. Hex color #B49324 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B49324 is #4B6CDB. Grayscale: #909090. Windows color (decimal): -4943068 or 2397108. OLE color: 2397108.

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

Color convert

RGB 180 147 36 -
CMYK 0 0.18 0.8 0.29
HSL 46.25º 0.67% 0.42% -
HSV(B) 46.25º 0.8% 0.71% -
XYZ 29.57 30.7 6.04 -
YUV 144.21 66.93 153.53 -
System Red Green Blue C M Y K H S L
Decimal 180 147 36 0 0.18 0.8 0.29 46.25 0.67 0.42
Hex B4 93 24 0 12 50 1D 2E 43 2A
Octal 264 223 44 0 22 120 35 56 103 52
Binary 10110100 10010011 100100 0 10010 1010000 11101 101110 1000011 101010

Color Harmonies of #B49324

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B49324

Black with #B49324

Text Example


Text Example

White with #B49324

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B49324; }

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

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

background-color css

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

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

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

border-color css

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

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

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