#B08D62

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

Shades of Barley Corn #B08D62

Tints of Barley Corn #B08D62

Color information

#B08D62 (or 0xB08D62) is unknown color: approx Barley Corn. HEX triplet: B0, 8D and 62. RGB value is (176,141,98). Sum of RGB (Red+Green+Blue) = 176+141+98=415 (54% of max value = 765). Red value is 176 (69.14% from 255 or 42.41% from 415); Green value is 141 (55.47% from 255 or 33.98% from 415); Blue value is 98 (38.67% from 255 or 23.61% from 415); Max value from RGB is 176 - color contains mainly: red. Hex color #B08D62 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B08D62 is #4F729D. Grayscale: #929292. Windows color (decimal): -5206686 or 6458800. OLE color: 6458800.

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

Color convert

RGB17614198-
CMYK00.200.440.31
HSL33.08º33.05%53.73%-
HSV(B)33.08º44.32%69.02%-
XYZ29.6329.1615.62-
YUV146.56100.6149-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 42.41%
GREEN value IS 141 (55.47% from 255) = 33.98%
BLUE value IS 98 (38.67% from 255) = 23.61%
R=42.41%
G=33.98%
B=23.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.44
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1761419800.200.440.3133.0833.0553.73
HexB08D620142C1F212136
Octal2602151420245437414166
Binary1011000010001101110001001010010110011111100001100001110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B08D62

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B08D62; }

 p { color: rgb(176,141,98); }

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

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

 a { background-color: rgb(176,141,98); }

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

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

 span { border-color: rgb(176,141,98); }

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