Html Css Color HEX #B49329 Sahara

📋 copy color: '#B49329'

red 180 ◦ green 147 ◦ blue 41

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

Shades of Sahara #B49329

Tints of Sahara #B49329

RGB

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

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

 BLUE value IS 41 (16.41% from 255) = 11.14%

R = 48.91%
G = 39.95%
B = 11.14%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.77

 K value IS 0.29

RGB Variations

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

Color information

#B49329 (or 0xB49329) is known color: Sahara. HEX triplet: B4, 93 and 29. RGB value is (180,147,41). Sum of RGB (Red+Green+Blue) = 180+147+41=368 (48% of max value = 765). Red value is 180 (70.70% from 255 or 48.91% from 368); Green value is 147 (57.81% from 255 or 39.95% from 368); Blue value is 41 (16.41% from 255 or 11.14% from 368); Max value from RGB is 180 - color contains mainly: red. Hex color #B49329 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B49329 is #4B6CD6. Grayscale: #919191. Windows color (decimal): -4943063 or 2724788. OLE color: 2724788.

HSL color Cylindrical-coordinate representation of color #B49329: hue angle of 45.76º degrees, saturation: 0.63, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #B49329 is Cyan = 0, Magento = 0.18, Yellow = 0.77 and Black (K on CMYK) = 0.29.

Color convert

RGB 180 147 41 -
CMYK 0 0.18 0.77 0.29
HSL 45.76º 0.63% 0.43% -
HSV(B) 45.76º 0.77% 0.71% -
XYZ 29.66 30.73 6.47 -
YUV 144.78 69.43 153.12 -
System Red Green Blue C M Y K H S L
Decimal 180 147 41 0 0.18 0.77 0.29 45.76 0.63 0.43
Hex B4 93 29 0 12 4D 1D 2E 3F 2B
Octal 264 223 51 0 22 115 35 56 77 53
Binary 10110100 10010011 101001 0 10010 1001101 11101 101110 111111 101011

Color Harmonies of #B49329

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B49329

Black with #B49329

Text Example


Text Example

White with #B49329

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B49329; }

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

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

background-color css

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

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

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

border-color css

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

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

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