#B18961

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

Shades of Barley Corn #B18961

Tints of Barley Corn #B18961

Color information

#B18961 (or 0xB18961) is unknown color: approx Barley Corn. HEX triplet: B1, 89 and 61. RGB value is (177,137,97). Sum of RGB (Red+Green+Blue) = 177+137+97=411 (54% of max value = 765). Red value is 177 (69.53% from 255 or 43.07% from 411); Green value is 137 (53.91% from 255 or 33.33% from 411); Blue value is 97 (38.28% from 255 or 23.60% from 411); Max value from RGB is 177 - color contains mainly: red. Hex color #B18961 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B18961 is #4E769E. Grayscale: #909090. Windows color (decimal): -5142175 or 6392241. OLE color: 6392241.

HSL color Cylindrical-coordinate representation of color #B18961: hue angle of 30º degrees, saturation: 0.34, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #B18961 is Cyan = 0, Magento = 0.23, Yellow = 0.45 and Black (K on CMYK) = 0.31.

Color convert

RGB17713797-
CMYK00.230.450.31
HSL30º33.9%53.73%-
HSV(B)30º45.2%69.41%-
XYZ29.2328.115.19-
YUV144.4101.25151.25-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 43.07%
GREEN value IS 137 (53.91% from 255) = 33.33%
BLUE value IS 97 (38.28% from 255) = 23.60%
R=43.07%
G=33.33%
B=23.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.45
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1771379700.230.450.313033.953.73
HexB189610172D1F1e2236
Octal2612111410275537364266
Binary101100011000100111000010101111011011111111110100010110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B18961

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B18961; }

 p { color: rgb(177,137,97); }

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

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

 a { background-color: rgb(177,137,97); }

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

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

 span { border-color: rgb(177,137,97); }

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