Html Css Color HEX #B49B2E Sahara

📋 copy color: '#B49B2E'

red 180 ◦ green 155 ◦ blue 46

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

Shades of Sahara #B49B2E

Tints of Sahara #B49B2E

RGB

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

 GREEN value IS 155 (60.94% from 255) = 40.68%

 BLUE value IS 46 (18.36% from 255) = 12.07%

R = 47.24%
G = 40.68%
B = 12.07%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.74

 K value IS 0.29

RGB Variations

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

Color information

#B49B2E (or 0xB49B2E) is known color: Sahara. HEX triplet: B4, 9B and 2E. RGB value is (180,155,46). Sum of RGB (Red+Green+Blue) = 180+155+46=381 (50% of max value = 765). Red value is 180 (70.70% from 255 or 47.24% from 381); Green value is 155 (60.94% from 255 or 40.68% from 381); Blue value is 46 (18.36% from 255 or 12.07% from 381); Max value from RGB is 180 - color contains mainly: red. Hex color #B49B2E is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B49B2E is #4B64D1. Grayscale: #969696. Windows color (decimal): -4941010 or 3054516. OLE color: 3054516.

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

Color convert

RGB 180 155 46 -
CMYK 0 0.14 0.74 0.29
HSL 48.81º 0.59% 0.44% -
HSV(B) 48.81º 0.74% 0.71% -
XYZ 31.04 33.34 7.38 -
YUV 150.05 69.28 149.36 -
System Red Green Blue C M Y K H S L
Decimal 180 155 46 0 0.14 0.74 0.29 48.81 0.59 0.44
Hex B4 9B 2E 0 E 4A 1D 31 3B 2C
Octal 264 233 56 0 16 112 35 61 73 54
Binary 10110100 10011011 101110 0 1110 1001010 11101 110001 111011 101100

Color Harmonies of #B49B2E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B49B2E

Black with #B49B2E

Text Example


Text Example

White with #B49B2E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B49B2E; }

 p { color: rgb(180,155,46); }

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

background-color css

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

 a { background-color: rgb(180,155,46); }

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

border-color css

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

 span { border-color: rgb(180,155,46); }

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