#B28F57

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

Shades of Barley Corn #B28F57

Tints of Barley Corn #B28F57

Color information

#B28F57 (or 0xB28F57) is unknown color: approx Barley Corn. HEX triplet: B2, 8F and 57. RGB value is (178,143,87). Sum of RGB (Red+Green+Blue) = 178+143+87=408 (54% of max value = 765). Red value is 178 (69.92% from 255 or 43.63% from 408); Green value is 143 (56.25% from 255 or 35.05% from 408); Blue value is 87 (34.38% from 255 or 21.32% from 408); Max value from RGB is 178 - color contains mainly: red. Hex color #B28F57 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B28F57 is #4D70A8. Grayscale: #939393. Windows color (decimal): -5075113 or 5738418. OLE color: 5738418.

HSL color Cylindrical-coordinate representation of color #B28F57: hue angle of 36.92º degrees, saturation: 0.37, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #B28F57 is Cyan = 0, Magento = 0.20, Yellow = 0.51 and Black (K on CMYK) = 0.30.

Color convert

RGB17814387-
CMYK00.200.510.30
HSL36.92º37.14%51.96%-
HSV(B)36.92º51.12%69.8%-
XYZ29.929.813.19-
YUV147.0894.1150.05-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 43.63%
GREEN value IS 143 (56.25% from 255) = 35.05%
BLUE value IS 87 (34.38% from 255) = 21.32%
R=43.63%
G=35.05%
B=21.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.51
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1781438700.200.510.3036.9237.1451.96
HexB28F57014331E252534
Octal2622171270246336454564
Binary1011001010001111101011101010011001111110100101100101110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B28F57

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B28F57; }

 p { color: rgb(178,143,87); }

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

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

 a { background-color: rgb(178,143,87); }

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

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

 span { border-color: rgb(178,143,87); }

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