#B28F5C

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

Shades of Barley Corn #B28F5C

Tints of Barley Corn #B28F5C

Color information

#B28F5C (or 0xB28F5C) is unknown color: approx Barley Corn. HEX triplet: B2, 8F and 5C. RGB value is (178,143,92). Sum of RGB (Red+Green+Blue) = 178+143+92=413 (54% of max value = 765). Red value is 178 (69.92% from 255 or 43.10% from 413); Green value is 143 (56.25% from 255 or 34.62% from 413); Blue value is 92 (36.33% from 255 or 22.28% from 413); Max value from RGB is 178 - color contains mainly: red. Hex color #B28F5C is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B28F5C is #4D70A3. Grayscale: #939393. Windows color (decimal): -5075108 or 6066098. OLE color: 6066098.

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

Color convert

RGB17814392-
CMYK00.200.480.30
HSL35.58º35.83%52.94%-
HSV(B)35.58º48.31%69.8%-
XYZ30.1129.8814.31-
YUV147.6596.6149.65-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 43.10%
GREEN value IS 143 (56.25% from 255) = 34.62%
BLUE value IS 92 (36.33% from 255) = 22.28%
R=43.10%
G=34.62%
B=22.28%

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
Decimal1781439200.200.480.3035.5835.8352.94
HexB28F5C014301E242435
Octal2622171340246036444465
Binary1011001010001111101110001010011000011110100100100100110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B28F5C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B28F5C; }

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

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

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

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

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

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

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

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