Html Css Color HEX #B19859 Barley Corn

📋 copy color: '#B19859'

red 177 ◦ green 152 ◦ blue 89

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

Shades of Barley Corn #B19859

Tints of Barley Corn #B19859

RGB

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

 GREEN value IS 152 (59.77% from 255) = 36.36%

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

R = 42.34%
G = 36.36%
B = 21.29%

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

#B19859 (or 0xB19859) is known color: Barley Corn. HEX triplet: B1, 98 and 59. RGB value is (177,152,89). Sum of RGB (Red+Green+Blue) = 177+152+89=418 (55% of max value = 765). Red value is 177 (69.53% from 255 or 42.34% from 418); Green value is 152 (59.77% from 255 or 36.36% from 418); Blue value is 89 (35.16% from 255 or 21.29% from 418); Max value from RGB is 177 - color contains mainly: red. Hex color #B19859 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B19859 is #4E67A6. Grayscale: #989898. Windows color (decimal): -5138343 or 5871793. OLE color: 5871793.

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

Color convert

RGB 177 152 89 -
CMYK 0 0.14 0.50 0.31
HSL 42.95º 0.36% 0.52% -
HSV(B) 42.95º 0.5% 0.69% -
XYZ 31.16 32.52 14.09 -
YUV 152.29 92.28 145.62 -
System Red Green Blue C M Y K H S L
Decimal 177 152 89 0 0.14 0.50 0.31 42.95 0.36 0.52
Hex B1 98 59 0 E 32 1F 2B 24 34
Octal 261 230 131 0 16 62 37 53 44 64
Binary 10110001 10011000 1011001 0 1110 110010 11111 101011 100100 110100

Color Harmonies of #B19859

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B19859

Black with #B19859

Text Example


Text Example

White with #B19859

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B19859; }

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

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

background-color css

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

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

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

border-color css

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

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

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