#B19264

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

Shades of Barley Corn #B19264

Tints of Barley Corn #B19264

Color information

#B19264 (or 0xB19264) is unknown color: approx Barley Corn. HEX triplet: B1, 92 and 64. RGB value is (177,146,100). Sum of RGB (Red+Green+Blue) = 177+146+100=423 (56% of max value = 765). Red value is 177 (69.53% from 255 or 41.84% from 423); Green value is 146 (57.42% from 255 or 34.52% from 423); Blue value is 100 (39.45% from 255 or 23.64% from 423); Max value from RGB is 177 - color contains mainly: red. Hex color #B19264 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B19264 is #4E6D9B. Grayscale: #969696. Windows color (decimal): -5139868 or 6591153. OLE color: 6591153.

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

Color convert

RGB177146100-
CMYK00.180.440.31
HSL35.84º33.05%54.31%-
HSV(B)35.84º43.5%69.41%-
XYZ30.7130.8216.39-
YUV150.0299.77147.24-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 41.84%
GREEN value IS 146 (57.42% from 255) = 34.52%
BLUE value IS 100 (39.45% from 255) = 23.64%
R=41.84%
G=34.52%
B=23.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.44
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17714610000.180.440.3135.8433.0554.31
HexB192640122C1F242136
Octal2612221440225437444166
Binary1011000110010010110010001001010110011111100100100001110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B19264

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B19264; }

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

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

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

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

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

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

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

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