Html Css Color HEX #B19456 Barley Corn

📋 copy color: '#B19456'

red 177 ◦ green 148 ◦ blue 86

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

Shades of Barley Corn #B19456

Tints of Barley Corn #B19456

RGB

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

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

 BLUE value IS 86 (33.98% from 255) = 20.92%

R = 43.07%
G = 36.01%
B = 20.92%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.51

 K value IS 0.31

RGB Variations

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

Color information

#B19456 (or 0xB19456) is known color: Barley Corn. HEX triplet: B1, 94 and 56. RGB value is (177,148,86). Sum of RGB (Red+Green+Blue) = 177+148+86=411 (54% of max value = 765). Red value is 177 (69.53% from 255 or 43.07% from 411); Green value is 148 (58.20% from 255 or 36.01% from 411); Blue value is 86 (33.98% from 255 or 20.92% from 411); Max value from RGB is 177 - color contains mainly: red. Hex color #B19456 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B19456 is #4E6BA9. Grayscale: #959595. Windows color (decimal): -5139370 or 5674161. OLE color: 5674161.

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

Color convert

RGB 177 148 86 -
CMYK 0 0.16 0.51 0.31
HSL 40.88º 0.37% 0.52% -
HSV(B) 40.88º 0.51% 0.69% -
XYZ 30.4 31.2 13.22 -
YUV 149.6 92.11 147.54 -
System Red Green Blue C M Y K H S L
Decimal 177 148 86 0 0.16 0.51 0.31 40.88 0.37 0.52
Hex B1 94 56 0 10 33 1F 29 25 34
Octal 261 224 126 0 20 63 37 51 45 64
Binary 10110001 10010100 1010110 0 10000 110011 11111 101001 100101 110100

Color Harmonies of #B19456

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B19456

Black with #B19456

Text Example


Text Example

White with #B19456

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B19456; }

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

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

background-color css

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

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

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

border-color css

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

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

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