Html Css Color HEX #B49D5D Barley Corn

📋 copy color: '#B49D5D'

red 180 ◦ green 157 ◦ blue 93

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

Shades of Barley Corn #B49D5D

Tints of Barley Corn #B49D5D

RGB

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

 GREEN value IS 157 (61.72% from 255) = 36.51%

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

R = 41.86%
G = 36.51%
B = 21.63%

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

#B49D5D (or 0xB49D5D) is known color: Barley Corn. HEX triplet: B4, 9D and 5D. RGB value is (180,157,93). Sum of RGB (Red+Green+Blue) = 180+157+93=430 (56% of max value = 765). Red value is 180 (70.70% from 255 or 41.86% from 430); Green value is 157 (61.72% from 255 or 36.51% from 430); Blue value is 93 (36.72% from 255 or 21.63% from 430); Max value from RGB is 180 - color contains mainly: red. Hex color #B49D5D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B49D5D is #4B62A2. Grayscale: #9C9C9C. Windows color (decimal): -4940451 or 6135220. OLE color: 6135220.

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

Color convert

RGB 180 157 93 -
CMYK 0 0.13 0.48 0.29
HSL 44.14º 0.37% 0.54% -
HSV(B) 44.14º 0.48% 0.71% -
XYZ 32.86 34.61 15.3 -
YUV 156.58 92.12 144.7 -
System Red Green Blue C M Y K H S L
Decimal 180 157 93 0 0.13 0.48 0.29 44.14 0.37 0.54
Hex B4 9D 5D 0 D 30 1D 2C 25 36
Octal 264 235 135 0 15 60 35 54 45 66
Binary 10110100 10011101 1011101 0 1101 110000 11101 101100 100101 110110

Color Harmonies of #B49D5D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B49D5D

Black with #B49D5D

Text Example


Text Example

White with #B49D5D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B49D5D; }

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

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

background-color css

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

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

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

border-color css

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

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

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