#B08E63

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

Shades of Barley Corn #B08E63

Tints of Barley Corn #B08E63

Color information

#B08E63 (or 0xB08E63) is unknown color: approx Barley Corn. HEX triplet: B0, 8E and 63. RGB value is (176,142,99). Sum of RGB (Red+Green+Blue) = 176+142+99=417 (55% of max value = 765). Red value is 176 (69.14% from 255 or 42.21% from 417); Green value is 142 (55.86% from 255 or 34.05% from 417); Blue value is 99 (39.06% from 255 or 23.74% from 417); Max value from RGB is 176 - color contains mainly: red. Hex color #B08E63 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B08E63 is #4F719C. Grayscale: #939393. Windows color (decimal): -5206429 or 6524592. OLE color: 6524592.

HSL color Cylindrical-coordinate representation of color #B08E63: hue angle of 33.51º degrees, saturation: 0.33, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #B08E63 is Cyan = 0, Magento = 0.19, Yellow = 0.44 and Black (K on CMYK) = 0.31.

Color convert

RGB17614299-
CMYK00.190.440.31
HSL33.51º32.77%53.92%-
HSV(B)33.51º43.75%69.02%-
XYZ29.8329.4815.92-
YUV147.26100.76148.5-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 42.21%
GREEN value IS 142 (55.86% from 255) = 34.05%
BLUE value IS 99 (39.06% from 255) = 23.74%
R=42.21%
G=34.05%
B=23.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.44
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1761429900.190.440.3133.5132.7753.92
HexB08E630132C1F222136
Octal2602161430235437424166
Binary1011000010001110110001101001110110011111100010100001110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B08E63

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B08E63; }

 p { color: rgb(176,142,99); }

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

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

 a { background-color: rgb(176,142,99); }

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

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

 span { border-color: rgb(176,142,99); }

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