Html Css Color HEX #B19A5E Barley Corn

📋 copy color: '#B19A5E'

red 177 ◦ green 154 ◦ blue 94

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

Shades of Barley Corn #B19A5E

Tints of Barley Corn #B19A5E

RGB

 RED value IS 177 (69.53% from 255) = 41.65%

 GREEN value IS 154 (60.55% from 255) = 36.24%

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

R = 41.65%
G = 36.24%
B = 22.12%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.47

 K value IS 0.31

RGB Variations

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

Color information

#B19A5E (or 0xB19A5E) is known color: Barley Corn. HEX triplet: B1, 9A and 5E. RGB value is (177,154,94). Sum of RGB (Red+Green+Blue) = 177+154+94=425 (56% of max value = 765). Red value is 177 (69.53% from 255 or 41.65% from 425); Green value is 154 (60.55% from 255 or 36.24% from 425); Blue value is 94 (37.11% from 255 or 22.12% from 425); Max value from RGB is 177 - color contains mainly: red. Hex color #B19A5E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B19A5E is #4E65A1. Grayscale: #9A9A9A. Windows color (decimal): -5137826 or 6199985. OLE color: 6199985.

HSL color Cylindrical-coordinate representation of color #B19A5E: hue angle of 43.37º degrees, saturation: 0.35, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #B19A5E is Cyan = 0, Magento = 0.13, Yellow = 0.47 and Black (K on CMYK) = 0.31.

Color convert

RGB 177 154 94 -
CMYK 0 0.13 0.47 0.31
HSL 43.37º 0.35% 0.53% -
HSV(B) 43.37º 0.47% 0.69% -
XYZ 31.71 33.27 15.34 -
YUV 154.04 94.12 144.38 -
System Red Green Blue C M Y K H S L
Decimal 177 154 94 0 0.13 0.47 0.31 43.37 0.35 0.53
Hex B1 9A 5E 0 D 2F 1F 2B 23 35
Octal 261 232 136 0 15 57 37 53 43 65
Binary 10110001 10011010 1011110 0 1101 101111 11111 101011 100011 110101

Color Harmonies of #B19A5E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B19A5E

Black with #B19A5E

Text Example


Text Example

White with #B19A5E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B19A5E; }

 p { color: rgb(177,154,94); }

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

background-color css

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

 a { background-color: rgb(177,154,94); }

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

border-color css

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

 span { border-color: rgb(177,154,94); }

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