#B19B6A

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

Shades of Barley Corn #B19B6A

Tints of Barley Corn #B19B6A

Color information

#B19B6A (or 0xB19B6A) is unknown color: approx Barley Corn. HEX triplet: B1, 9B and 6A. RGB value is (177,155,106). Sum of RGB (Red+Green+Blue) = 177+155+106=438 (58% of max value = 765). Red value is 177 (69.53% from 255 or 40.41% from 438); Green value is 155 (60.94% from 255 or 35.39% from 438); Blue value is 106 (41.80% from 255 or 24.20% from 438); Max value from RGB is 177 - color contains mainly: red. Hex color #B19B6A is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B19B6A is #4E6495. Grayscale: #9C9C9C. Windows color (decimal): -5137558 or 6986673. OLE color: 6986673.

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

Color convert

RGB177155106-
CMYK00.120.400.31
HSL41.41º31.28%55.49%-
HSV(B)41.41º40.11%69.41%-
XYZ32.4533.8318.46-
YUV155.9999.79142.98-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 40.41%
GREEN value IS 155 (60.94% from 255) = 35.39%
BLUE value IS 106 (41.80% from 255) = 24.20%
R=40.41%
G=35.39%
B=24.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.40
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17715510600.120.400.3141.4131.2855.49
HexB19B6A0C281F291f37
Octal2612331520145037513767
Binary10110001100110111101010011001010001111110100111111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B19B6A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B19B6A; }

 p { color: rgb(177,155,106); }

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

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

 a { background-color: rgb(177,155,106); }

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

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

 span { border-color: rgb(177,155,106); }

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