Html Css Color HEX #B49524 Sahara

📋 copy color: '#B49524'

red 180 ◦ green 149 ◦ blue 36

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

Shades of Sahara #B49524

Tints of Sahara #B49524

RGB

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

 GREEN value IS 149 (58.59% from 255) = 40.82%

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

R = 49.32%
G = 40.82%
B = 9.86%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.8

 K value IS 0.29

RGB Variations

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

Color information

#B49524 (or 0xB49524) is known color: Sahara. HEX triplet: B4, 95 and 24. RGB value is (180,149,36). Sum of RGB (Red+Green+Blue) = 180+149+36=365 (48% of max value = 765). Red value is 180 (70.70% from 255 or 49.32% from 365); Green value is 149 (58.59% from 255 or 40.82% from 365); Blue value is 36 (14.45% from 255 or 9.86% from 365); Max value from RGB is 180 - color contains mainly: red. Hex color #B49524 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B49524 is #4B6ADB. Grayscale: #919191. Windows color (decimal): -4942556 or 2397620. OLE color: 2397620.

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

Color convert

RGB 180 149 36 -
CMYK 0 0.17 0.8 0.29
HSL 47.08º 0.67% 0.42% -
HSV(B) 47.08º 0.8% 0.71% -
XYZ 29.89 31.33 6.14 -
YUV 145.39 66.27 152.69 -
System Red Green Blue C M Y K H S L
Decimal 180 149 36 0 0.17 0.8 0.29 47.08 0.67 0.42
Hex B4 95 24 0 11 50 1D 2F 43 2A
Octal 264 225 44 0 21 120 35 57 103 52
Binary 10110100 10010101 100100 0 10001 1010000 11101 101111 1000011 101010

Color Harmonies of #B49524

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B49524

Black with #B49524

Text Example


Text Example

White with #B49524

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B49524; }

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

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

background-color css

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

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

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

border-color css

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

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

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