#b28c59

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

Shades of Barley Corn #B28C59

Tints of Barley Corn #B28C59

Color information

#B28C59 (or 0xB28C59) is unknown color: approx Barley Corn. HEX triplet: B2, 8C and 59. RGB value is (178,140,89). Sum of RGB (Red+Green+Blue) = 178+140+89=407 (53% of max value = 765). Red value is 178 (69.92% from 255 or 43.73% from 407); Green value is 140 (55.08% from 255 or 34.40% from 407); Blue value is 89 (35.16% from 255 or 21.87% from 407); Max value from RGB is 178 - color contains mainly: red. Hex color #B28C59 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B28C59 is #4D73A6. Grayscale: #919191. Windows color (decimal): -5075879 or 5868722. OLE color: 5868722.

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

Color convert

RGB17814089-
CMYK00.210.50.30
HSL34.38º36.63%52.35%-
HSV(B)34.38º50%69.8%-
XYZ29.5428.9413.48-
YUV145.5596.09151.15-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 43.73%
GREEN value IS 140 (55.08% from 255) = 34.40%
BLUE value IS 89 (35.16% from 255) = 21.87%
R=43.73%
G=34.40%
B=21.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.5
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1781408900.210.50.3034.3836.6352.35
HexB28C59015321E222534
Octal2622141310256236424564
Binary1011001010001100101100101010111001011110100010100101110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #b28c59

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #b28c59; }

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

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

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

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

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

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

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

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