Html Css Color HEX #B49631 Sahara

📋 copy color: '#B49631'

red 180 ◦ green 150 ◦ blue 49

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

Shades of Sahara #B49631

Tints of Sahara #B49631

RGB

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

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

 BLUE value IS 49 (19.53% from 255) = 12.93%

R = 47.49%
G = 39.58%
B = 12.93%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.73

 K value IS 0.29

RGB Variations

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

Color information

#B49631 (or 0xB49631) is known color: Sahara. HEX triplet: B4, 96 and 31. RGB value is (180,150,49). Sum of RGB (Red+Green+Blue) = 180+150+49=379 (50% of max value = 765). Red value is 180 (70.70% from 255 or 47.49% from 379); Green value is 150 (58.98% from 255 or 39.58% from 379); Blue value is 49 (19.53% from 255 or 12.93% from 379); Max value from RGB is 180 - color contains mainly: red. Hex color #B49631 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B49631 is #4B69CE. Grayscale: #939393. Windows color (decimal): -4942287 or 3249844. OLE color: 3249844.

HSL color Cylindrical-coordinate representation of color #B49631: hue angle of 46.26º degrees, saturation: 0.57, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #B49631 is Cyan = 0, Magento = 0.17, Yellow = 0.73 and Black (K on CMYK) = 0.29.

Color convert

RGB 180 150 49 -
CMYK 0 0.17 0.73 0.29
HSL 46.26º 0.57% 0.45% -
HSV(B) 46.26º 0.73% 0.71% -
XYZ 30.28 31.74 7.44 -
YUV 147.46 72.44 151.21 -
System Red Green Blue C M Y K H S L
Decimal 180 150 49 0 0.17 0.73 0.29 46.26 0.57 0.45
Hex B4 96 31 0 11 49 1D 2E 39 2D
Octal 264 226 61 0 21 111 35 56 71 55
Binary 10110100 10010110 110001 0 10001 1001001 11101 101110 111001 101101

Color Harmonies of #B49631

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B49631

Black with #B49631

Text Example


Text Example

White with #B49631

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B49631; }

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

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

background-color css

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

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

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

border-color css

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

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

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