Html Css Color HEX #B49C2E Sahara

📋 copy color: '#B49C2E'

red 180 ◦ green 156 ◦ blue 46

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

Shades of Sahara #B49C2E

Tints of Sahara #B49C2E

RGB

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

 GREEN value IS 156 (61.33% from 255) = 40.84%

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

R = 47.12%
G = 40.84%
B = 12.04%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.74

 K value IS 0.29

RGB Variations

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

Color information

#B49C2E (or 0xB49C2E) is known color: Sahara. HEX triplet: B4, 9C and 2E. RGB value is (180,156,46). Sum of RGB (Red+Green+Blue) = 180+156+46=382 (50% of max value = 765). Red value is 180 (70.70% from 255 or 47.12% from 382); Green value is 156 (61.33% from 255 or 40.84% from 382); Blue value is 46 (18.36% from 255 or 12.04% from 382); Max value from RGB is 180 - color contains mainly: red. Hex color #B49C2E is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B49C2E is #4B63D1. Grayscale: #979797. Windows color (decimal): -4940754 or 3054772. OLE color: 3054772.

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

Color convert

RGB 180 156 46 -
CMYK 0 0.13 0.74 0.29
HSL 49.25º 0.59% 0.44% -
HSV(B) 49.25º 0.74% 0.71% -
XYZ 31.2 33.68 7.44 -
YUV 150.64 68.95 148.94 -
System Red Green Blue C M Y K H S L
Decimal 180 156 46 0 0.13 0.74 0.29 49.25 0.59 0.44
Hex B4 9C 2E 0 D 4A 1D 31 3B 2C
Octal 264 234 56 0 15 112 35 61 73 54
Binary 10110100 10011100 101110 0 1101 1001010 11101 110001 111011 101100

Color Harmonies of #B49C2E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B49C2E

Black with #B49C2E

Text Example


Text Example

White with #B49C2E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B49C2E; }

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

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

background-color css

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

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

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

border-color css

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

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

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