#B28F60

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

Shades of Barley Corn #B28F60

Tints of Barley Corn #B28F60

Color information

#B28F60 (or 0xB28F60) is unknown color: approx Barley Corn. HEX triplet: B2, 8F and 60. RGB value is (178,143,96). Sum of RGB (Red+Green+Blue) = 178+143+96=417 (55% of max value = 765). Red value is 178 (69.92% from 255 or 42.69% from 417); Green value is 143 (56.25% from 255 or 34.29% from 417); Blue value is 96 (37.89% from 255 or 23.02% from 417); Max value from RGB is 178 - color contains mainly: red. Hex color #B28F60 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B28F60 is #4D709F. Grayscale: #949494. Windows color (decimal): -5075104 or 6328242. OLE color: 6328242.

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

Color convert

RGB17814396-
CMYK00.200.460.30
HSL34.39º34.75%53.73%-
HSV(B)34.39º46.07%69.8%-
XYZ30.2929.9515.25-
YUV148.1198.6149.32-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 42.69%
GREEN value IS 143 (56.25% from 255) = 34.29%
BLUE value IS 96 (37.89% from 255) = 23.02%
R=42.69%
G=34.29%
B=23.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.46
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1781439600.200.460.3034.3934.7553.73
HexB28F600142E1E222336
Octal2622171400245636424366
Binary1011001010001111110000001010010111011110100010100011110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B28F60

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B28F60; }

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

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

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

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

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

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

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

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