#B28E5C

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

Shades of Barley Corn #B28E5C

Tints of Barley Corn #B28E5C

Color information

#B28E5C (or 0xB28E5C) is unknown color: approx Barley Corn. HEX triplet: B2, 8E and 5C. RGB value is (178,142,92). Sum of RGB (Red+Green+Blue) = 178+142+92=412 (54% of max value = 765). Red value is 178 (69.92% from 255 or 43.20% from 412); Green value is 142 (55.86% from 255 or 34.47% from 412); Blue value is 92 (36.33% from 255 or 22.33% from 412); Max value from RGB is 178 - color contains mainly: red. Hex color #B28E5C is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B28E5C is #4D71A3. Grayscale: #939393. Windows color (decimal): -5075364 or 6065842. OLE color: 6065842.

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

Color convert

RGB17814292-
CMYK00.200.480.30
HSL34.88º35.83%52.94%-
HSV(B)34.88º48.31%69.8%-
XYZ29.9629.5814.26-
YUV147.0696.93150.07-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 43.20%
GREEN value IS 142 (55.86% from 255) = 34.47%
BLUE value IS 92 (36.33% from 255) = 22.33%
R=43.20%
G=34.47%
B=22.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.48
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1781429200.200.480.3034.8835.8352.94
HexB28E5C014301E232435
Octal2622161340246036434465
Binary1011001010001110101110001010011000011110100011100100110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B28E5C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B28E5C; }

 p { color: rgb(178,142,92); }

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

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

 a { background-color: rgb(178,142,92); }

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

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

 span { border-color: rgb(178,142,92); }

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