Html Css Color HEX #B49E2B Sahara

📋 copy color: '#B49E2B'

red 180 ◦ green 158 ◦ blue 43

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

Shades of Sahara #B49E2B

Tints of Sahara #B49E2B

RGB

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

 GREEN value IS 158 (62.11% from 255) = 41.47%

 BLUE value IS 43 (17.19% from 255) = 11.29%

R = 47.24%
G = 41.47%
B = 11.29%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.76

 K value IS 0.29

RGB Variations

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

Color information

#B49E2B (or 0xB49E2B) is known color: Sahara. HEX triplet: B4, 9E and 2B. RGB value is (180,158,43). Sum of RGB (Red+Green+Blue) = 180+158+43=381 (50% of max value = 765). Red value is 180 (70.70% from 255 or 47.24% from 381); Green value is 158 (62.11% from 255 or 41.47% from 381); Blue value is 43 (17.19% from 255 or 11.29% from 381); Max value from RGB is 180 - color contains mainly: red. Hex color #B49E2B is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B49E2B is #4B61D4. Grayscale: #979797. Windows color (decimal): -4940245 or 2858676. OLE color: 2858676.

HSL color Cylindrical-coordinate representation of color #B49E2B: hue angle of 50.36º degrees, saturation: 0.61, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #B49E2B is Cyan = 0, Magento = 0.12, Yellow = 0.76 and Black (K on CMYK) = 0.29.

Color convert

RGB 180 158 43 -
CMYK 0 0.12 0.76 0.29
HSL 50.36º 0.61% 0.44% -
HSV(B) 50.36º 0.76% 0.71% -
XYZ 31.49 34.33 7.25 -
YUV 151.47 66.79 148.35 -
System Red Green Blue C M Y K H S L
Decimal 180 158 43 0 0.12 0.76 0.29 50.36 0.61 0.44
Hex B4 9E 2B 0 C 4C 1D 32 3D 2C
Octal 264 236 53 0 14 114 35 62 75 54
Binary 10110100 10011110 101011 0 1100 1001100 11101 110010 111101 101100

Color Harmonies of #B49E2B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B49E2B

Black with #B49E2B

Text Example


Text Example

White with #B49E2B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B49E2B; }

 p { color: rgb(180,158,43); }

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

background-color css

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

 a { background-color: rgb(180,158,43); }

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

border-color css

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

 span { border-color: rgb(180,158,43); }

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