Html Css Color HEX #B19458 Barley Corn

📋 copy color: '#B19458'

red 177 ◦ green 148 ◦ blue 88

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

Shades of Barley Corn #B19458

Tints of Barley Corn #B19458

RGB

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

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

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

R = 42.86%
G = 35.84%
B = 21.31%

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

#B19458 (or 0xB19458) is known color: Barley Corn. HEX triplet: B1, 94 and 58. RGB value is (177,148,88). Sum of RGB (Red+Green+Blue) = 177+148+88=413 (54% of max value = 765). Red value is 177 (69.53% from 255 or 42.86% from 413); Green value is 148 (58.20% from 255 or 35.84% from 413); Blue value is 88 (34.77% from 255 or 21.31% from 413); Max value from RGB is 177 - color contains mainly: red. Hex color #B19458 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B19458 is #4E6BA7. Grayscale: #969696. Windows color (decimal): -5139368 or 5805233. OLE color: 5805233.

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

Color convert

RGB 177 148 88 -
CMYK 0 0.16 0.50 0.31
HSL 40.45º 0.36% 0.52% -
HSV(B) 40.45º 0.5% 0.69% -
XYZ 30.48 31.23 13.65 -
YUV 149.83 93.11 147.38 -
System Red Green Blue C M Y K H S L
Decimal 177 148 88 0 0.16 0.50 0.31 40.45 0.36 0.52
Hex B1 94 58 0 10 32 1F 28 24 34
Octal 261 224 130 0 20 62 37 50 44 64
Binary 10110001 10010100 1011000 0 10000 110010 11111 101000 100100 110100

Color Harmonies of #B19458

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B19458

Black with #B19458

Text Example


Text Example

White with #B19458

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B19458; }

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

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

background-color css

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

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

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

border-color css

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

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

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