#B19468

Color #B19468 Barley Corn (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Barley Corn #B19468

Tints of Barley Corn #B19468

Color information

#B19468 (or 0xB19468) is unknown color: approx Barley Corn. HEX triplet: B1, 94 and 68. RGB value is (177,148,104). Sum of RGB (Red+Green+Blue) = 177+148+104=429 (56% of max value = 765). Red value is 177 (69.53% from 255 or 41.26% from 429); Green value is 148 (58.20% from 255 or 34.50% from 429); Blue value is 104 (41.02% from 255 or 24.24% from 429); Max value from RGB is 177 - color contains mainly: red. Hex color #B19468 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B19468 is #4E6B97. Grayscale: #979797. Windows color (decimal): -5139352 or 6853809. OLE color: 6853809.

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

Color convert

RGB177148104-
CMYK00.160.410.31
HSL36.16º31.88%55.1%-
HSV(B)36.16º41.24%69.41%-
XYZ31.2231.5317.54-
YUV151.65101.11146.08-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 41.26%
GREEN value IS 148 (58.20% from 255) = 34.50%
BLUE value IS 104 (41.02% from 255) = 24.24%
R=41.26%
G=34.50%
B=24.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.41
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17714810400.160.410.3136.1631.8855.1
HexB19468010291F242037
Octal2612241500205137444067
Binary1011000110010100110100001000010100111111100100100000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B19468

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B19468; }

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

 H1.HeaderClassName
 {
   color: #B19468;
 }
 .AnyTagClassName
 {
   color: #B19468;
 }
</style>
background-color css

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

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

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

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

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

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