Html Css Color HEX #B49E5D Barley Corn

📋 copy color: '#B49E5D'

red 180 ◦ green 158 ◦ blue 93

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

Shades of Barley Corn #B49E5D

Tints of Barley Corn #B49E5D

RGB

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

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

 BLUE value IS 93 (36.72% from 255) = 21.58%

R = 41.76%
G = 36.66%
B = 21.58%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.48

 K value IS 0.29

RGB Variations

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

Color information

#B49E5D (or 0xB49E5D) is known color: Barley Corn. HEX triplet: B4, 9E and 5D. RGB value is (180,158,93). Sum of RGB (Red+Green+Blue) = 180+158+93=431 (57% of max value = 765). Red value is 180 (70.70% from 255 or 41.76% from 431); Green value is 158 (62.11% from 255 or 36.66% from 431); Blue value is 93 (36.72% from 255 or 21.58% from 431); Max value from RGB is 180 - color contains mainly: red. Hex color #B49E5D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B49E5D is #4B61A2. Grayscale: #9D9D9D. Windows color (decimal): -4940195 or 6135476. OLE color: 6135476.

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

Color convert

RGB 180 158 93 -
CMYK 0 0.12 0.48 0.29
HSL 44.83º 0.37% 0.54% -
HSV(B) 44.83º 0.48% 0.71% -
XYZ 33.03 34.95 15.36 -
YUV 157.17 91.79 144.29 -
System Red Green Blue C M Y K H S L
Decimal 180 158 93 0 0.12 0.48 0.29 44.83 0.37 0.54
Hex B4 9E 5D 0 C 30 1D 2D 25 36
Octal 264 236 135 0 14 60 35 55 45 66
Binary 10110100 10011110 1011101 0 1100 110000 11101 101101 100101 110110

Color Harmonies of #B49E5D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B49E5D

Black with #B49E5D

Text Example


Text Example

White with #B49E5D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B49E5D; }

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

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

background-color css

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

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

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

border-color css

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

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

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