Html Css Color HEX #B19861 Barley Corn

📋 copy color: '#B19861'

red 177 ◦ green 152 ◦ blue 97

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

Shades of Barley Corn #B19861

Tints of Barley Corn #B19861

RGB

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

 GREEN value IS 152 (59.77% from 255) = 35.68%

 BLUE value IS 97 (38.28% from 255) = 22.77%

R = 41.55%
G = 35.68%
B = 22.77%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.45

 K value IS 0.31

RGB Variations

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

Color information

#B19861 (or 0xB19861) is known color: Barley Corn. HEX triplet: B1, 98 and 61. RGB value is (177,152,97). Sum of RGB (Red+Green+Blue) = 177+152+97=426 (56% of max value = 765). Red value is 177 (69.53% from 255 or 41.55% from 426); Green value is 152 (59.77% from 255 or 35.68% from 426); Blue value is 97 (38.28% from 255 or 22.77% from 426); Max value from RGB is 177 - color contains mainly: red. Hex color #B19861 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B19861 is #4E679E. Grayscale: #999999. Windows color (decimal): -5138335 or 6396081. OLE color: 6396081.

HSL color Cylindrical-coordinate representation of color #B19861: hue angle of 41.25º degrees, saturation: 0.34, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #B19861 is Cyan = 0, Magento = 0.14, Yellow = 0.45 and Black (K on CMYK) = 0.31.

Color convert

RGB 177 152 97 -
CMYK 0 0.14 0.45 0.31
HSL 41.25º 0.34% 0.54% -
HSV(B) 41.25º 0.45% 0.69% -
XYZ 31.52 32.67 15.95 -
YUV 153.21 96.28 144.97 -
System Red Green Blue C M Y K H S L
Decimal 177 152 97 0 0.14 0.45 0.31 41.25 0.34 0.54
Hex B1 98 61 0 E 2D 1F 29 22 36
Octal 261 230 141 0 16 55 37 51 42 66
Binary 10110001 10011000 1100001 0 1110 101101 11111 101001 100010 110110

Color Harmonies of #B19861

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B19861

Black with #B19861

Text Example


Text Example

White with #B19861

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B19861; }

 p { color: rgb(177,152,97); }

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

background-color css

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

 a { background-color: rgb(177,152,97); }

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

border-color css

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

 span { border-color: rgb(177,152,97); }

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