Html Css Color HEX #B19256 Barley Corn

📋 copy color: '#B19256'

red 177 ◦ green 146 ◦ blue 86

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

Shades of Barley Corn #B19256

Tints of Barley Corn #B19256

RGB

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

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

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

R = 43.28%
G = 35.7%
B = 21.03%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.51

 K value IS 0.31

RGB Variations

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

Color information

#B19256 (or 0xB19256) is known color: Barley Corn. HEX triplet: B1, 92 and 56. RGB value is (177,146,86). Sum of RGB (Red+Green+Blue) = 177+146+86=409 (54% of max value = 765). Red value is 177 (69.53% from 255 or 43.28% from 409); Green value is 146 (57.42% from 255 or 35.70% from 409); Blue value is 86 (33.98% from 255 or 21.03% from 409); Max value from RGB is 177 - color contains mainly: red. Hex color #B19256 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B19256 is #4E6DA9. Grayscale: #949494. Windows color (decimal): -5139882 or 5673649. OLE color: 5673649.

HSL color Cylindrical-coordinate representation of color #B19256: hue angle of 39.56º 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 #B19256 is Cyan = 0, Magento = 0.18, Yellow = 0.51 and Black (K on CMYK) = 0.31.

Color convert

RGB 177 146 86 -
CMYK 0 0.18 0.51 0.31
HSL 39.56º 0.37% 0.52% -
HSV(B) 39.56º 0.51% 0.69% -
XYZ 30.09 30.58 13.12 -
YUV 148.43 92.77 148.38 -
System Red Green Blue C M Y K H S L
Decimal 177 146 86 0 0.18 0.51 0.31 39.56 0.37 0.52
Hex B1 92 56 0 12 33 1F 28 25 34
Octal 261 222 126 0 22 63 37 50 45 64
Binary 10110001 10010010 1010110 0 10010 110011 11111 101000 100101 110100

Color Harmonies of #B19256

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B19256

Black with #B19256

Text Example


Text Example

White with #B19256

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B19256; }

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

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

background-color css

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

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

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

border-color css

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

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

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