#B19D65

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

Shades of Barley Corn #B19D65

Tints of Barley Corn #B19D65

Color information

#B19D65 (or 0xB19D65) is unknown color: approx Barley Corn. HEX triplet: B1, 9D and 65. RGB value is (177,157,101). Sum of RGB (Red+Green+Blue) = 177+157+101=435 (57% of max value = 765). Red value is 177 (69.53% from 255 or 40.69% from 435); Green value is 157 (61.72% from 255 or 36.09% from 435); Blue value is 101 (39.84% from 255 or 23.22% from 435); Max value from RGB is 177 - color contains mainly: red. Hex color #B19D65 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B19D65 is #4E629A. Grayscale: #9C9C9C. Windows color (decimal): -5137051 or 6659505. OLE color: 6659505.

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

Color convert

RGB177157101-
CMYK00.110.430.31
HSL44.21º32.76%54.51%-
HSV(B)44.21º42.94%69.41%-
XYZ32.5434.417.24-
YUV156.696.63142.55-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 40.69%
GREEN value IS 157 (61.72% from 255) = 36.09%
BLUE value IS 101 (39.84% from 255) = 23.22%
R=40.69%
G=36.09%
B=23.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.43
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17715710100.110.430.3144.2132.7654.51
HexB19D650B2B1F2c2137
Octal2612351450135337544167
Binary101100011001110111001010101110101111111101100100001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B19D65

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B19D65; }

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

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

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

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

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

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

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

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