#B28F62

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

Shades of Barley Corn #B28F62

Tints of Barley Corn #B28F62

Color information

#B28F62 (or 0xB28F62) is unknown color: approx Barley Corn. HEX triplet: B2, 8F and 62. RGB value is (178,143,98). Sum of RGB (Red+Green+Blue) = 178+143+98=419 (55% of max value = 765). Red value is 178 (69.92% from 255 or 42.48% from 419); Green value is 143 (56.25% from 255 or 34.13% from 419); Blue value is 98 (38.67% from 255 or 23.39% from 419); Max value from RGB is 178 - color contains mainly: red. Hex color #B28F62 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B28F62 is #4D709D. Grayscale: #949494. Windows color (decimal): -5075102 or 6459314. OLE color: 6459314.

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

Color convert

RGB17814398-
CMYK00.200.450.30
HSL33.75º34.19%54.12%-
HSV(B)33.75º44.94%69.8%-
XYZ30.3929.9915.74-
YUV148.3399.6149.16-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 42.48%
GREEN value IS 143 (56.25% from 255) = 34.13%
BLUE value IS 98 (38.67% from 255) = 23.39%
R=42.48%
G=34.13%
B=23.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.45
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1781439800.200.450.3033.7534.1954.12
HexB28F620142D1E222236
Octal2622171420245536424266
Binary1011001010001111110001001010010110111110100010100010110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B28F62

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B28F62; }

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

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

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

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

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

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

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

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