Html Css Color HEX #B19555 Barley Corn

📋 copy color: '#B19555'

red 177 ◦ green 149 ◦ blue 85

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

Shades of Barley Corn #B19555

Tints of Barley Corn #B19555

RGB

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

 GREEN value IS 149 (58.59% from 255) = 36.25%

 BLUE value IS 85 (33.59% from 255) = 20.68%

R = 43.07%
G = 36.25%
B = 20.68%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.52

 K value IS 0.31

RGB Variations

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

Color information

#B19555 (or 0xB19555) is known color: Barley Corn. HEX triplet: B1, 95 and 55. RGB value is (177,149,85). Sum of RGB (Red+Green+Blue) = 177+149+85=411 (54% of max value = 765). Red value is 177 (69.53% from 255 or 43.07% from 411); Green value is 149 (58.59% from 255 or 36.25% from 411); Blue value is 85 (33.59% from 255 or 20.68% from 411); Max value from RGB is 177 - color contains mainly: red. Hex color #B19555 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B19555 is #4E6AAA. Grayscale: #969696. Windows color (decimal): -5139115 or 5608881. OLE color: 5608881.

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

Color convert

RGB 177 149 85 -
CMYK 0 0.16 0.52 0.31
HSL 41.74º 0.37% 0.51% -
HSV(B) 41.74º 0.52% 0.69% -
XYZ 30.52 31.5 13.07 -
YUV 150.08 91.28 147.2 -
System Red Green Blue C M Y K H S L
Decimal 177 149 85 0 0.16 0.52 0.31 41.74 0.37 0.51
Hex B1 95 55 0 10 34 1F 2A 25 33
Octal 261 225 125 0 20 64 37 52 45 63
Binary 10110001 10010101 1010101 0 10000 110100 11111 101010 100101 110011

Color Harmonies of #B19555

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B19555

Black with #B19555

Text Example


Text Example

White with #B19555

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B19555; }

 p { color: rgb(177,149,85); }

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

background-color css

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

 a { background-color: rgb(177,149,85); }

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

border-color css

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

 span { border-color: rgb(177,149,85); }

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