Html Css Color HEX #B19459 Barley Corn

📋 copy color: '#B19459'

red 177 ◦ green 148 ◦ blue 89

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

Shades of Barley Corn #B19459

Tints of Barley Corn #B19459

RGB

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

 GREEN value IS 148 (58.2% from 255) = 35.75%

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

R = 42.75%
G = 35.75%
B = 21.5%

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

#B19459 (or 0xB19459) is known color: Barley Corn. HEX triplet: B1, 94 and 59. RGB value is (177,148,89). Sum of RGB (Red+Green+Blue) = 177+148+89=414 (54% of max value = 765). Red value is 177 (69.53% from 255 or 42.75% from 414); Green value is 148 (58.20% from 255 or 35.75% from 414); Blue value is 89 (35.16% from 255 or 21.50% from 414); Max value from RGB is 177 - color contains mainly: red. Hex color #B19459 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B19459 is #4E6BA6. Grayscale: #969696. Windows color (decimal): -5139367 or 5870769. OLE color: 5870769.

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

Color convert

RGB 177 148 89 -
CMYK 0 0.16 0.50 0.31
HSL 40.23º 0.36% 0.52% -
HSV(B) 40.23º 0.5% 0.69% -
XYZ 30.52 31.25 13.87 -
YUV 149.95 93.61 147.3 -
System Red Green Blue C M Y K H S L
Decimal 177 148 89 0 0.16 0.50 0.31 40.23 0.36 0.52
Hex B1 94 59 0 10 32 1F 28 24 34
Octal 261 224 131 0 20 62 37 50 44 64
Binary 10110001 10010100 1011001 0 10000 110010 11111 101000 100100 110100

Color Harmonies of #B19459

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B19459

Black with #B19459

Text Example


Text Example

White with #B19459

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B19459; }

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

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

background-color css

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

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

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

border-color css

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

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

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