Html Css Color HEX #B49A64 Barley Corn

📋 copy color: '#B49A64'

red 180 ◦ green 154 ◦ blue 100

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

Shades of Barley Corn #B49A64

Tints of Barley Corn #B49A64

RGB

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

 GREEN value IS 154 (60.55% from 255) = 35.48%

 BLUE value IS 100 (39.45% from 255) = 23.04%

R = 41.47%
G = 35.48%
B = 23.04%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.44

 K value IS 0.29

RGB Variations

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

Color information

#B49A64 (or 0xB49A64) is known color: Barley Corn. HEX triplet: B4, 9A and 64. RGB value is (180,154,100). Sum of RGB (Red+Green+Blue) = 180+154+100=434 (57% of max value = 765). Red value is 180 (70.70% from 255 or 41.47% from 434); Green value is 154 (60.55% from 255 or 35.48% from 434); Blue value is 100 (39.45% from 255 or 23.04% from 434); Max value from RGB is 180 - color contains mainly: red. Hex color #B49A64 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B49A64 is #4B659B. Grayscale: #9B9B9B. Windows color (decimal): -4941212 or 6593204. OLE color: 6593204.

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

Color convert

RGB 180 154 100 -
CMYK 0 0.14 0.44 0.29
HSL 40.5º 0.35% 0.55% -
HSV(B) 40.5º 0.44% 0.71% -
XYZ 32.68 33.73 16.85 -
YUV 155.62 96.61 145.39 -
System Red Green Blue C M Y K H S L
Decimal 180 154 100 0 0.14 0.44 0.29 40.5 0.35 0.55
Hex B4 9A 64 0 E 2C 1D 28 23 37
Octal 264 232 144 0 16 54 35 50 43 67
Binary 10110100 10011010 1100100 0 1110 101100 11101 101000 100011 110111

Color Harmonies of #B49A64

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B49A64

Black with #B49A64

Text Example


Text Example

White with #B49A64

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B49A64; }

 p { color: rgb(180,154,100); }

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

background-color css

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

 a { background-color: rgb(180,154,100); }

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

border-color css

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

 span { border-color: rgb(180,154,100); }

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