Html Css Color HEX #B19460 Barley Corn

📋 copy color: '#B19460'

red 177 ◦ green 148 ◦ blue 96

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

Shades of Barley Corn #B19460

Tints of Barley Corn #B19460

RGB

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

 GREEN value IS 148 (58.2% from 255) = 35.15%

 BLUE value IS 96 (37.89% from 255) = 22.8%

R = 42.04%
G = 35.15%
B = 22.8%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.46

 K value IS 0.31

RGB Variations

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

Color information

#B19460 (or 0xB19460) is known color: Barley Corn. HEX triplet: B1, 94 and 60. RGB value is (177,148,96). Sum of RGB (Red+Green+Blue) = 177+148+96=421 (55% of max value = 765). Red value is 177 (69.53% from 255 or 42.04% from 421); Green value is 148 (58.20% from 255 or 35.15% from 421); Blue value is 96 (37.89% from 255 or 22.80% from 421); Max value from RGB is 177 - color contains mainly: red. Hex color #B19460 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B19460 is #4E6B9F. Grayscale: #969696. Windows color (decimal): -5139360 or 6329521. OLE color: 6329521.

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

Color convert

RGB 177 148 96 -
CMYK 0 0.16 0.46 0.31
HSL 38.52º 0.34% 0.54% -
HSV(B) 38.52º 0.46% 0.69% -
XYZ 30.83 31.37 15.5 -
YUV 150.74 97.11 146.73 -
System Red Green Blue C M Y K H S L
Decimal 177 148 96 0 0.16 0.46 0.31 38.52 0.34 0.54
Hex B1 94 60 0 10 2E 1F 27 22 36
Octal 261 224 140 0 20 56 37 47 42 66
Binary 10110001 10010100 1100000 0 10000 101110 11111 100111 100010 110110

Color Harmonies of #B19460

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B19460

Black with #B19460

Text Example


Text Example

White with #B19460

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B19460; }

 p { color: rgb(177,148,96); }

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

background-color css

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

 a { background-color: rgb(177,148,96); }

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

border-color css

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

 span { border-color: rgb(177,148,96); }

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