#B19569

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

Shades of Barley Corn #B19569

Tints of Barley Corn #B19569

Color information

#B19569 (or 0xB19569) is unknown color: approx Barley Corn. HEX triplet: B1, 95 and 69. RGB value is (177,149,105). Sum of RGB (Red+Green+Blue) = 177+149+105=431 (57% of max value = 765). Red value is 177 (69.53% from 255 or 41.07% from 431); Green value is 149 (58.59% from 255 or 34.57% from 431); Blue value is 105 (41.41% from 255 or 24.36% from 431); Max value from RGB is 177 - color contains mainly: red. Hex color #B19569 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B19569 is #4E6A96. Grayscale: #989898. Windows color (decimal): -5139095 or 6919601. OLE color: 6919601.

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

Color convert

RGB177149105-
CMYK00.160.410.31
HSL36.67º31.58%55.29%-
HSV(B)36.67º40.68%69.41%-
XYZ31.4331.8617.86-
YUV152.36101.28145.58-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 41.07%
GREEN value IS 149 (58.59% from 255) = 34.57%
BLUE value IS 105 (41.41% from 255) = 24.36%
R=41.07%
G=34.57%
B=24.36%

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
Decimal17714910500.160.410.3136.6731.5855.29
HexB19569010291F252037
Octal2612251510205137454067
Binary1011000110010101110100101000010100111111100101100000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B19569

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B19569; }

 p { color: rgb(177,149,105); }

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

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

 a { background-color: rgb(177,149,105); }

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

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

 span { border-color: rgb(177,149,105); }

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