Html Css Color HEX #B49C5D Barley Corn

📋 copy color: '#B49C5D'

red 180 ◦ green 156 ◦ blue 93

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

Shades of Barley Corn #B49C5D

Tints of Barley Corn #B49C5D

RGB

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

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

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

R = 41.96%
G = 36.36%
B = 21.68%

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

#B49C5D (or 0xB49C5D) is known color: Barley Corn. HEX triplet: B4, 9C and 5D. RGB value is (180,156,93). Sum of RGB (Red+Green+Blue) = 180+156+93=429 (56% of max value = 765). Red value is 180 (70.70% from 255 or 41.96% from 429); Green value is 156 (61.33% from 255 or 36.36% from 429); Blue value is 93 (36.72% from 255 or 21.68% from 429); Max value from RGB is 180 - color contains mainly: red. Hex color #B49C5D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B49C5D is #4B63A2. Grayscale: #9C9C9C. Windows color (decimal): -4940707 or 6134964. OLE color: 6134964.

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

Color convert

RGB 180 156 93 -
CMYK 0 0.13 0.48 0.29
HSL 43.45º 0.37% 0.54% -
HSV(B) 43.45º 0.48% 0.71% -
XYZ 32.69 34.27 15.25 -
YUV 155.99 92.45 145.12 -
System Red Green Blue C M Y K H S L
Decimal 180 156 93 0 0.13 0.48 0.29 43.45 0.37 0.54
Hex B4 9C 5D 0 D 30 1D 2B 25 36
Octal 264 234 135 0 15 60 35 53 45 66
Binary 10110100 10011100 1011101 0 1101 110000 11101 101011 100101 110110

Color Harmonies of #B49C5D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B49C5D

Black with #B49C5D

Text Example


Text Example

White with #B49C5D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B49C5D; }

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

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

background-color css

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

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

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

border-color css

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

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

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