Html Css Color HEX #B19254 Barley Corn

📋 copy color: '#B19254'

red 177 ◦ green 146 ◦ blue 84

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

Shades of Barley Corn #B19254

Tints of Barley Corn #B19254

RGB

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

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

 BLUE value IS 84 (33.2% from 255) = 20.64%

R = 43.49%
G = 35.87%
B = 20.64%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.53

 K value IS 0.31

RGB Variations

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

Color information

#B19254 (or 0xB19254) is known color: Barley Corn. HEX triplet: B1, 92 and 54. RGB value is (177,146,84). Sum of RGB (Red+Green+Blue) = 177+146+84=407 (53% of max value = 765). Red value is 177 (69.53% from 255 or 43.49% from 407); Green value is 146 (57.42% from 255 or 35.87% from 407); Blue value is 84 (33.20% from 255 or 20.64% from 407); Max value from RGB is 177 - color contains mainly: red. Hex color #B19254 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B19254 is #4E6DAB. Grayscale: #949494. Windows color (decimal): -5139884 or 5542577. OLE color: 5542577.

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

Color convert

RGB 177 146 84 -
CMYK 0 0.18 0.53 0.31
HSL 40º 0.37% 0.51% -
HSV(B) 40º 0.53% 0.69% -
XYZ 30.01 30.54 12.7 -
YUV 148.2 91.77 148.54 -
System Red Green Blue C M Y K H S L
Decimal 177 146 84 0 0.18 0.53 0.31 40 0.37 0.51
Hex B1 92 54 0 12 35 1F 28 25 33
Octal 261 222 124 0 22 65 37 50 45 63
Binary 10110001 10010010 1010100 0 10010 110101 11111 101000 100101 110011

Color Harmonies of #B19254

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B19254

Black with #B19254

Text Example


Text Example

White with #B19254

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B19254; }

 p { color: rgb(177,146,84); }

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

background-color css

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

 a { background-color: rgb(177,146,84); }

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

border-color css

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

 span { border-color: rgb(177,146,84); }

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