Html Css Color HEX #B19558 Barley Corn

📋 copy color: '#B19558'

red 177 ◦ green 149 ◦ blue 88

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

Shades of Barley Corn #B19558

Tints of Barley Corn #B19558

RGB

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

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

 BLUE value IS 88 (34.77% from 255) = 21.26%

R = 42.75%
G = 35.99%
B = 21.26%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.50

 K value IS 0.31

RGB Variations

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

Color information

#B19558 (or 0xB19558) is known color: Barley Corn. HEX triplet: B1, 95 and 58. RGB value is (177,149,88). Sum of RGB (Red+Green+Blue) = 177+149+88=414 (54% of max value = 765). Red value is 177 (69.53% from 255 or 42.75% from 414); Green value is 149 (58.59% from 255 or 35.99% from 414); Blue value is 88 (34.77% from 255 or 21.26% from 414); Max value from RGB is 177 - color contains mainly: red. Hex color #B19558 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B19558 is #4E6AA7. Grayscale: #969696. Windows color (decimal): -5139112 or 5805489. OLE color: 5805489.

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

Color convert

RGB 177 149 88 -
CMYK 0 0.16 0.50 0.31
HSL 41.12º 0.36% 0.52% -
HSV(B) 41.12º 0.5% 0.69% -
XYZ 30.64 31.55 13.71 -
YUV 150.42 92.78 146.96 -
System Red Green Blue C M Y K H S L
Decimal 177 149 88 0 0.16 0.50 0.31 41.12 0.36 0.52
Hex B1 95 58 0 10 32 1F 29 24 34
Octal 261 225 130 0 20 62 37 51 44 64
Binary 10110001 10010101 1011000 0 10000 110010 11111 101001 100100 110100

Color Harmonies of #B19558

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B19558

Black with #B19558

Text Example


Text Example

White with #B19558

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B19558; }

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

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

background-color css

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

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

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

border-color css

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

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

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