#B28C63

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

Shades of Barley Corn #B28C63

Tints of Barley Corn #B28C63

Color information

#B28C63 (or 0xB28C63) is unknown color: approx Barley Corn. HEX triplet: B2, 8C and 63. RGB value is (178,140,99). Sum of RGB (Red+Green+Blue) = 178+140+99=417 (55% of max value = 765). Red value is 178 (69.92% from 255 or 42.69% from 417); Green value is 140 (55.08% from 255 or 33.57% from 417); Blue value is 99 (39.06% from 255 or 23.74% from 417); Max value from RGB is 178 - color contains mainly: red. Hex color #B28C63 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B28C63 is #4D739C. Grayscale: #929292. Windows color (decimal): -5075869 or 6524082. OLE color: 6524082.

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

Color convert

RGB17814099-
CMYK00.210.440.30
HSL31.14º33.91%54.31%-
HSV(B)31.14º44.38%69.8%-
XYZ29.9929.1215.84-
YUV146.69101.09150.33-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 42.69%
GREEN value IS 140 (55.08% from 255) = 33.57%
BLUE value IS 99 (39.06% from 255) = 23.74%
R=42.69%
G=33.57%
B=23.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.44
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1781409900.210.440.3031.1433.9154.31
HexB28C630152C1E1f2236
Octal2622141430255436374266
Binary101100101000110011000110101011011001111011111100010110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B28C63

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B28C63; }

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

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

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

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

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

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

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

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