#B28A5F

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

Shades of Barley Corn #B28A5F

Tints of Barley Corn #B28A5F

Color information

#B28A5F (or 0xB28A5F) is unknown color: approx Barley Corn. HEX triplet: B2, 8A and 5F. RGB value is (178,138,95). Sum of RGB (Red+Green+Blue) = 178+138+95=411 (54% of max value = 765). Red value is 178 (69.92% from 255 or 43.31% from 411); Green value is 138 (54.30% from 255 or 33.58% from 411); Blue value is 95 (37.5% from 255 or 23.11% from 411); Max value from RGB is 178 - color contains mainly: red. Hex color #B28A5F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B28A5F is #4D75A0. Grayscale: #919191. Windows color (decimal): -5076385 or 6261426. OLE color: 6261426.

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

Color convert

RGB17813895-
CMYK00.220.470.30
HSL31.08º35.02%53.53%-
HSV(B)31.08º46.63%69.8%-
XYZ29.5128.4714.77-
YUV145.0699.75151.5-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 43.31%
GREEN value IS 138 (54.30% from 255) = 33.58%
BLUE value IS 95 (37.5% from 255) = 23.11%
R=43.31%
G=33.58%
B=23.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.47
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1781389500.220.470.3031.0835.0253.53
HexB28A5F0162F1E1f2336
Octal2622121370265736374366
Binary101100101000101010111110101101011111111011111100011110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B28A5F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B28A5F; }

 p { color: rgb(178,138,95); }

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

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

 a { background-color: rgb(178,138,95); }

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

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

 span { border-color: rgb(178,138,95); }

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