#B19368

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

Shades of Barley Corn #B19368

Tints of Barley Corn #B19368

Color information

#B19368 (or 0xB19368) is unknown color: approx Barley Corn. HEX triplet: B1, 93 and 68. RGB value is (177,147,104). Sum of RGB (Red+Green+Blue) = 177+147+104=428 (56% of max value = 765). Red value is 177 (69.53% from 255 or 41.36% from 428); Green value is 147 (57.81% from 255 or 34.35% from 428); Blue value is 104 (41.02% from 255 or 24.30% from 428); Max value from RGB is 177 - color contains mainly: red. Hex color #B19368 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B19368 is #4E6C97. Grayscale: #979797. Windows color (decimal): -5139608 or 6853553. OLE color: 6853553.

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

Color convert

RGB177147104-
CMYK00.170.410.31
HSL35.34º31.88%55.1%-
HSV(B)35.34º41.24%69.41%-
XYZ31.0631.2117.48-
YUV151.07101.44146.5-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 41.36%
GREEN value IS 147 (57.81% from 255) = 34.35%
BLUE value IS 104 (41.02% from 255) = 24.30%
R=41.36%
G=34.35%
B=24.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.41
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17714710400.170.410.3135.3431.8855.1
HexB19368011291F232037
Octal2612231500215137434067
Binary1011000110010011110100001000110100111111100011100000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B19368

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B19368; }

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

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

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

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

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

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

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

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