#B28C5A

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

Shades of Barley Corn #B28C5A

Tints of Barley Corn #B28C5A

Color information

#B28C5A (or 0xB28C5A) is unknown color: approx Barley Corn. HEX triplet: B2, 8C and 5A. RGB value is (178,140,90). Sum of RGB (Red+Green+Blue) = 178+140+90=408 (54% of max value = 765). Red value is 178 (69.92% from 255 or 43.63% from 408); Green value is 140 (55.08% from 255 or 34.31% from 408); Blue value is 90 (35.55% from 255 or 22.06% from 408); Max value from RGB is 178 - color contains mainly: red. Hex color #B28C5A is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B28C5A is #4D73A5. Grayscale: #919191. Windows color (decimal): -5075878 or 5934258. OLE color: 5934258.

HSL color Cylindrical-coordinate representation of color #B28C5A: hue angle of 34.09º 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 #B28C5A is Cyan = 0, Magento = 0.21, Yellow = 0.49 and Black (K on CMYK) = 0.30.

Color convert

RGB17814090-
CMYK00.210.490.30
HSL34.09º36.36%52.55%-
HSV(B)34.09º49.44%69.8%-
XYZ29.5828.9613.7-
YUV145.6696.59151.07-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 43.63%
GREEN value IS 140 (55.08% from 255) = 34.31%
BLUE value IS 90 (35.55% from 255) = 22.06%
R=43.63%
G=34.31%
B=22.06%

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
Decimal1781409000.210.490.3034.0936.3652.55
HexB28C5A015311E222435
Octal2622141320256136424465
Binary1011001010001100101101001010111000111110100010100100110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B28C5A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B28C5A; }

 p { color: rgb(178,140,90); }

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

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

 a { background-color: rgb(178,140,90); }

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

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

 span { border-color: rgb(178,140,90); }

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