#B08A5F

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

Shades of Barley Corn #B08A5F

Tints of Barley Corn #B08A5F

Color information

#B08A5F (or 0xB08A5F) is unknown color: approx Barley Corn. HEX triplet: B0, 8A and 5F. RGB value is (176,138,95). Sum of RGB (Red+Green+Blue) = 176+138+95=409 (54% of max value = 765). Red value is 176 (69.14% from 255 or 43.03% from 409); Green value is 138 (54.30% from 255 or 33.74% from 409); Blue value is 95 (37.5% from 255 or 23.23% from 409); Max value from RGB is 176 - color contains mainly: red. Hex color #B08A5F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B08A5F is #4F75A0. Grayscale: #909090. Windows color (decimal): -5207457 or 6261424. OLE color: 6261424.

HSL color Cylindrical-coordinate representation of color #B08A5F: hue angle of 31.85º degrees, saturation: 0.34, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #B08A5F is Cyan = 0, Magento = 0.22, Yellow = 0.46 and Black (K on CMYK) = 0.31.

Color convert

RGB17613895-
CMYK00.220.460.31
HSL31.85º33.89%53.14%-
HSV(B)31.85º46.02%69.02%-
XYZ29.0628.2314.74-
YUV144.46100.09150.5-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 43.03%
GREEN value IS 138 (54.30% from 255) = 33.74%
BLUE value IS 95 (37.5% from 255) = 23.23%
R=43.03%
G=33.74%
B=23.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.46
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1761389500.220.460.3131.8533.8953.14
HexB08A5F0162E1F202235
Octal2602121370265637404265
Binary1011000010001010101111101011010111011111100000100010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B08A5F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B08A5F; }

 p { color: rgb(176,138,95); }

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

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

 a { background-color: rgb(176,138,95); }

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

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

 span { border-color: rgb(176,138,95); }

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