Html Css Color HEX #B49D5C Barley Corn

📋 copy color: '#B49D5C'

red 180 ◦ green 157 ◦ blue 92

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

Shades of Barley Corn #B49D5C

Tints of Barley Corn #B49D5C

RGB

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

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

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

R = 41.96%
G = 36.6%
B = 21.45%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.49

 K value IS 0.29

RGB Variations

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

Color information

#B49D5C (or 0xB49D5C) is known color: Barley Corn. HEX triplet: B4, 9D and 5C. RGB value is (180,157,92). Sum of RGB (Red+Green+Blue) = 180+157+92=429 (56% of max value = 765). Red value is 180 (70.70% from 255 or 41.96% from 429); Green value is 157 (61.72% from 255 or 36.60% from 429); Blue value is 92 (36.33% from 255 or 21.45% from 429); Max value from RGB is 180 - color contains mainly: red. Hex color #B49D5C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B49D5C is #4B62A3. Grayscale: #9C9C9C. Windows color (decimal): -4940452 or 6069684. OLE color: 6069684.

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

Color convert

RGB 180 157 92 -
CMYK 0 0.13 0.49 0.29
HSL 44.32º 0.37% 0.53% -
HSV(B) 44.32º 0.49% 0.71% -
XYZ 32.81 34.59 15.07 -
YUV 156.47 91.62 144.79 -
System Red Green Blue C M Y K H S L
Decimal 180 157 92 0 0.13 0.49 0.29 44.32 0.37 0.53
Hex B4 9D 5C 0 D 31 1D 2C 25 35
Octal 264 235 134 0 15 61 35 54 45 65
Binary 10110100 10011101 1011100 0 1101 110001 11101 101100 100101 110101

Color Harmonies of #B49D5C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B49D5C

Black with #B49D5C

Text Example


Text Example

White with #B49D5C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B49D5C; }

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

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

background-color css

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

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

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

border-color css

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

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

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