Html Css Color HEX #B19259 Barley Corn

📋 copy color: '#B19259'

red 177 ◦ green 146 ◦ blue 89

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

Shades of Barley Corn #B19259

Tints of Barley Corn #B19259

RGB

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

 GREEN value IS 146 (57.42% from 255) = 35.44%

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

R = 42.96%
G = 35.44%
B = 21.6%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.50

 K value IS 0.31

RGB Variations

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

Color information

#B19259 (or 0xB19259) is known color: Barley Corn. HEX triplet: B1, 92 and 59. RGB value is (177,146,89). Sum of RGB (Red+Green+Blue) = 177+146+89=412 (54% of max value = 765). Red value is 177 (69.53% from 255 or 42.96% from 412); Green value is 146 (57.42% from 255 or 35.44% from 412); Blue value is 89 (35.16% from 255 or 21.60% from 412); Max value from RGB is 177 - color contains mainly: red. Hex color #B19259 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B19259 is #4E6DA6. Grayscale: #959595. Windows color (decimal): -5139879 or 5870257. OLE color: 5870257.

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

Color convert

RGB 177 146 89 -
CMYK 0 0.18 0.50 0.31
HSL 38.86º 0.36% 0.52% -
HSV(B) 38.86º 0.5% 0.69% -
XYZ 30.21 30.63 13.77 -
YUV 148.77 94.27 148.13 -
System Red Green Blue C M Y K H S L
Decimal 177 146 89 0 0.18 0.50 0.31 38.86 0.36 0.52
Hex B1 92 59 0 12 32 1F 27 24 34
Octal 261 222 131 0 22 62 37 47 44 64
Binary 10110001 10010010 1011001 0 10010 110010 11111 100111 100100 110100

Color Harmonies of #B19259

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B19259

Black with #B19259

Text Example


Text Example

White with #B19259

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B19259; }

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

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

background-color css

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

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

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

border-color css

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

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

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