#B28D5B

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

Shades of Barley Corn #B28D5B

Tints of Barley Corn #B28D5B

Color information

#B28D5B (or 0xB28D5B) is unknown color: approx Barley Corn. HEX triplet: B2, 8D and 5B. RGB value is (178,141,91). Sum of RGB (Red+Green+Blue) = 178+141+91=410 (54% of max value = 765). Red value is 178 (69.92% from 255 or 43.41% from 410); Green value is 141 (55.47% from 255 or 34.39% from 410); Blue value is 91 (35.94% from 255 or 22.20% from 410); Max value from RGB is 178 - color contains mainly: red. Hex color #B28D5B is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B28D5B is #4D72A4. Grayscale: #929292. Windows color (decimal): -5075621 or 6000050. OLE color: 6000050.

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

Color convert

RGB17814191-
CMYK00.210.490.30
HSL34.48º36.1%52.75%-
HSV(B)34.48º48.88%69.8%-
XYZ29.7729.2713.98-
YUV146.3696.76150.57-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 43.41%
GREEN value IS 141 (55.47% from 255) = 34.39%
BLUE value IS 91 (35.94% from 255) = 22.20%
R=43.41%
G=34.39%
B=22.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.49
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1781419100.210.490.3034.4836.152.75
HexB28D5B015311E222435
Octal2622151330256136424465
Binary1011001010001101101101101010111000111110100010100100110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B28D5B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B28D5B; }

 p { color: rgb(178,141,91); }

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

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

 a { background-color: rgb(178,141,91); }

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

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

 span { border-color: rgb(178,141,91); }

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