Html Css Color HEX #B49259 Barley Corn

📋 copy color: '#B49259'

red 180 ◦ green 146 ◦ blue 89

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

Shades of Barley Corn #B49259

Tints of Barley Corn #B49259

RGB

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

 GREEN value IS 146 (57.42% from 255) = 35.18%

 BLUE value IS 89 (35.16% from 255) = 21.45%

R = 43.37%
G = 35.18%
B = 21.45%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.51

 K value IS 0.29

RGB Variations

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

Color information

#B49259 (or 0xB49259) is known color: Barley Corn. HEX triplet: B4, 92 and 59. RGB value is (180,146,89). Sum of RGB (Red+Green+Blue) = 180+146+89=415 (54% of max value = 765). Red value is 180 (70.70% from 255 or 43.37% from 415); Green value is 146 (57.42% from 255 or 35.18% from 415); Blue value is 89 (35.16% from 255 or 21.45% from 415); Max value from RGB is 180 - color contains mainly: red. Hex color #B49259 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B49259 is #4B6DA6. Grayscale: #959595. Windows color (decimal): -4943271 or 5870260. OLE color: 5870260.

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

Color convert

RGB 180 146 89 -
CMYK 0 0.19 0.51 0.29
HSL 37.58º 0.38% 0.53% -
HSV(B) 37.58º 0.51% 0.71% -
XYZ 30.9 30.98 13.8 -
YUV 149.67 93.76 149.63 -
System Red Green Blue C M Y K H S L
Decimal 180 146 89 0 0.19 0.51 0.29 37.58 0.38 0.53
Hex B4 92 59 0 13 33 1D 26 26 35
Octal 264 222 131 0 23 63 35 46 46 65
Binary 10110100 10010010 1011001 0 10011 110011 11101 100110 100110 110101

Color Harmonies of #B49259

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B49259

Black with #B49259

Text Example


Text Example

White with #B49259

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B49259; }

 p { color: rgb(180,146,89); }

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

background-color css

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

 a { background-color: rgb(180,146,89); }

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

border-color css

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

 span { border-color: rgb(180,146,89); }

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