Html Css Color HEX #B49C5E Barley Corn

📋 copy color: '#B49C5E'

red 180 ◦ green 156 ◦ blue 94

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

Shades of Barley Corn #B49C5E

Tints of Barley Corn #B49C5E

RGB

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

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

 BLUE value IS 94 (37.11% from 255) = 21.86%

R = 41.86%
G = 36.28%
B = 21.86%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.48

 K value IS 0.29

RGB Variations

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

Color information

#B49C5E (or 0xB49C5E) is known color: Barley Corn. HEX triplet: B4, 9C and 5E. RGB value is (180,156,94). Sum of RGB (Red+Green+Blue) = 180+156+94=430 (56% of max value = 765). Red value is 180 (70.70% from 255 or 41.86% from 430); Green value is 156 (61.33% from 255 or 36.28% from 430); Blue value is 94 (37.11% from 255 or 21.86% from 430); Max value from RGB is 180 - color contains mainly: red. Hex color #B49C5E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B49C5E is #4B63A1. Grayscale: #9C9C9C. Windows color (decimal): -4940706 or 6200500. OLE color: 6200500.

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

Color convert

RGB 180 156 94 -
CMYK 0 0.13 0.48 0.29
HSL 43.26º 0.36% 0.54% -
HSV(B) 43.26º 0.48% 0.71% -
XYZ 32.73 34.29 15.48 -
YUV 156.11 92.95 145.04 -
System Red Green Blue C M Y K H S L
Decimal 180 156 94 0 0.13 0.48 0.29 43.26 0.36 0.54
Hex B4 9C 5E 0 D 30 1D 2B 24 36
Octal 264 234 136 0 15 60 35 53 44 66
Binary 10110100 10011100 1011110 0 1101 110000 11101 101011 100100 110110

Color Harmonies of #B49C5E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B49C5E

Black with #B49C5E

Text Example


Text Example

White with #B49C5E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B49C5E; }

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

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

background-color css

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

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

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

border-color css

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

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

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