Html Css Color HEX #B19463 Barley Corn

📋 copy color: '#B19463'

red 177 ◦ green 148 ◦ blue 99

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

Shades of Barley Corn #B19463

Tints of Barley Corn #B19463

RGB

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

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

 BLUE value IS 99 (39.06% from 255) = 23.35%

R = 41.75%
G = 34.91%
B = 23.35%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.44

 K value IS 0.31

RGB Variations

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

Color information

#B19463 (or 0xB19463) is known color: Barley Corn. HEX triplet: B1, 94 and 63. RGB value is (177,148,99). Sum of RGB (Red+Green+Blue) = 177+148+99=424 (56% of max value = 765). Red value is 177 (69.53% from 255 or 41.75% from 424); Green value is 148 (58.20% from 255 or 34.91% from 424); Blue value is 99 (39.06% from 255 or 23.35% from 424); Max value from RGB is 177 - color contains mainly: red. Hex color #B19463 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B19463 is #4E6B9C. Grayscale: #979797. Windows color (decimal): -5139357 or 6526129. OLE color: 6526129.

HSL color Cylindrical-coordinate representation of color #B19463: hue angle of 37.69º degrees, saturation: 0.33, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #B19463 is Cyan = 0, Magento = 0.16, Yellow = 0.44 and Black (K on CMYK) = 0.31.

Color convert

RGB 177 148 99 -
CMYK 0 0.16 0.44 0.31
HSL 37.69º 0.33% 0.54% -
HSV(B) 37.69º 0.44% 0.69% -
XYZ 30.97 31.43 16.24 -
YUV 151.09 98.61 146.48 -
System Red Green Blue C M Y K H S L
Decimal 177 148 99 0 0.16 0.44 0.31 37.69 0.33 0.54
Hex B1 94 63 0 10 2C 1F 26 21 36
Octal 261 224 143 0 20 54 37 46 41 66
Binary 10110001 10010100 1100011 0 10000 101100 11111 100110 100001 110110

Color Harmonies of #B19463

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B19463

Black with #B19463

Text Example


Text Example

White with #B19463

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B19463; }

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

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

background-color css

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

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

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

border-color css

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

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

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