#B19265

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

Shades of Barley Corn #B19265

Tints of Barley Corn #B19265

Color information

#B19265 (or 0xB19265) is unknown color: approx Barley Corn. HEX triplet: B1, 92 and 65. RGB value is (177,146,101). Sum of RGB (Red+Green+Blue) = 177+146+101=424 (56% of max value = 765). Red value is 177 (69.53% from 255 or 41.75% from 424); Green value is 146 (57.42% from 255 or 34.43% from 424); Blue value is 101 (39.84% from 255 or 23.82% from 424); Max value from RGB is 177 - color contains mainly: red. Hex color #B19265 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B19265 is #4E6D9A. Grayscale: #969696. Windows color (decimal): -5139867 or 6656689. OLE color: 6656689.

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

Color convert

RGB177146101-
CMYK00.180.430.31
HSL35.53º32.76%54.51%-
HSV(B)35.53º42.94%69.41%-
XYZ30.7630.8416.64-
YUV150.14100.27147.16-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 41.75%
GREEN value IS 146 (57.42% from 255) = 34.43%
BLUE value IS 101 (39.84% from 255) = 23.82%
R=41.75%
G=34.43%
B=23.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.43
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17714610100.180.430.3135.5332.7654.51
HexB192650122B1F242137
Octal2612221450225337444167
Binary1011000110010010110010101001010101111111100100100001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B19265

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B19265; }

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

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

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

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

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

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

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

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