#B19567

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

Shades of Barley Corn #B19567

Tints of Barley Corn #B19567

Color information

#B19567 (or 0xB19567) is unknown color: approx Barley Corn. HEX triplet: B1, 95 and 67. RGB value is (177,149,103). Sum of RGB (Red+Green+Blue) = 177+149+103=429 (56% of max value = 765). Red value is 177 (69.53% from 255 or 41.26% from 429); Green value is 149 (58.59% from 255 or 34.73% from 429); Blue value is 103 (40.62% from 255 or 24.01% from 429); Max value from RGB is 177 - color contains mainly: red. Hex color #B19567 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B19567 is #4E6A98. Grayscale: #989898. Windows color (decimal): -5139097 or 6788529. OLE color: 6788529.

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

Color convert

RGB177149103-
CMYK00.160.420.31
HSL37.3º32.17%54.9%-
HSV(B)37.3º41.81%69.41%-
XYZ31.3331.8217.32-
YUV152.13100.28145.74-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 41.26%
GREEN value IS 149 (58.59% from 255) = 34.73%
BLUE value IS 103 (40.62% from 255) = 24.01%
R=41.26%
G=34.73%
B=24.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.42
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17714910300.160.420.3137.332.1754.9
HexB195670102A1F252037
Octal2612251470205237454067
Binary1011000110010101110011101000010101011111100101100000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B19567

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B19567; }

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

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

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

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

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

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

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

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