Html Css Color HEX #B49E5C Barley Corn

📋 copy color: '#B49E5C'

red 180 ◦ green 158 ◦ blue 92

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

Shades of Barley Corn #B49E5C

Tints of Barley Corn #B49E5C

RGB

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

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

 BLUE value IS 92 (36.33% from 255) = 21.4%

R = 41.86%
G = 36.74%
B = 21.4%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.49

 K value IS 0.29

RGB Variations

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

Color information

#B49E5C (or 0xB49E5C) is known color: Barley Corn. HEX triplet: B4, 9E and 5C. RGB value is (180,158,92). Sum of RGB (Red+Green+Blue) = 180+158+92=430 (56% of max value = 765). Red value is 180 (70.70% from 255 or 41.86% from 430); Green value is 158 (62.11% from 255 or 36.74% from 430); Blue value is 92 (36.33% from 255 or 21.40% from 430); Max value from RGB is 180 - color contains mainly: red. Hex color #B49E5C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B49E5C is #4B61A3. Grayscale: #9D9D9D. Windows color (decimal): -4940196 or 6069940. OLE color: 6069940.

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

Color convert

RGB 180 158 92 -
CMYK 0 0.12 0.49 0.29
HSL 45º 0.37% 0.53% -
HSV(B) 45º 0.49% 0.71% -
XYZ 32.98 34.93 15.13 -
YUV 157.05 91.29 144.37 -
System Red Green Blue C M Y K H S L
Decimal 180 158 92 0 0.12 0.49 0.29 45 0.37 0.53
Hex B4 9E 5C 0 C 31 1D 2D 25 35
Octal 264 236 134 0 14 61 35 55 45 65
Binary 10110100 10011110 1011100 0 1100 110001 11101 101101 100101 110101

Color Harmonies of #B49E5C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B49E5C

Black with #B49E5C

Text Example


Text Example

White with #B49E5C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B49E5C; }

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

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

background-color css

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

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

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

border-color css

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

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

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