Html Css Color HEX #B19959 Barley Corn

📋 copy color: '#B19959'

red 177 ◦ green 153 ◦ blue 89

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

Shades of Barley Corn #B19959

Tints of Barley Corn #B19959

RGB

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

 GREEN value IS 153 (60.16% from 255) = 36.52%

 BLUE value IS 89 (35.16% from 255) = 21.24%

R = 42.24%
G = 36.52%
B = 21.24%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.50

 K value IS 0.31

RGB Variations

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

Color information

#B19959 (or 0xB19959) is known color: Barley Corn. HEX triplet: B1, 99 and 59. RGB value is (177,153,89). Sum of RGB (Red+Green+Blue) = 177+153+89=419 (55% of max value = 765). Red value is 177 (69.53% from 255 or 42.24% from 419); Green value is 153 (60.16% from 255 or 36.52% from 419); Blue value is 89 (35.16% from 255 or 21.24% from 419); Max value from RGB is 177 - color contains mainly: red. Hex color #B19959 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B19959 is #4E66A6. Grayscale: #999999. Windows color (decimal): -5138087 or 5872049. OLE color: 5872049.

HSL color Cylindrical-coordinate representation of color #B19959: hue angle of 43.64º degrees, saturation: 0.36, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #B19959 is Cyan = 0, Magento = 0.14, Yellow = 0.50 and Black (K on CMYK) = 0.31.

Color convert

RGB 177 153 89 -
CMYK 0 0.14 0.50 0.31
HSL 43.64º 0.36% 0.52% -
HSV(B) 43.64º 0.5% 0.69% -
XYZ 31.33 32.85 14.14 -
YUV 152.88 91.95 145.2 -
System Red Green Blue C M Y K H S L
Decimal 177 153 89 0 0.14 0.50 0.31 43.64 0.36 0.52
Hex B1 99 59 0 E 32 1F 2C 24 34
Octal 261 231 131 0 16 62 37 54 44 64
Binary 10110001 10011001 1011001 0 1110 110010 11111 101100 100100 110100

Color Harmonies of #B19959

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B19959

Black with #B19959

Text Example


Text Example

White with #B19959

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B19959; }

 p { color: rgb(177,153,89); }

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

background-color css

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

 a { background-color: rgb(177,153,89); }

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

border-color css

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

 span { border-color: rgb(177,153,89); }

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