#B08C5D

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

Shades of Barley Corn #B08C5D

Tints of Barley Corn #B08C5D

Color information

#B08C5D (or 0xB08C5D) is unknown color: approx Barley Corn. HEX triplet: B0, 8C and 5D. RGB value is (176,140,93). Sum of RGB (Red+Green+Blue) = 176+140+93=409 (54% of max value = 765). Red value is 176 (69.14% from 255 or 43.03% from 409); Green value is 140 (55.08% from 255 or 34.23% from 409); Blue value is 93 (36.72% from 255 or 22.74% from 409); Max value from RGB is 176 - color contains mainly: red. Hex color #B08C5D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B08C5D is #4F73A2. Grayscale: #919191. Windows color (decimal): -5206947 or 6130864. OLE color: 6130864.

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

Color convert

RGB17614093-
CMYK00.200.470.31
HSL33.98º34.44%52.75%-
HSV(B)33.98º47.16%69.02%-
XYZ29.2628.7814.37-
YUV145.4198.43149.82-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 43.03%
GREEN value IS 140 (55.08% from 255) = 34.23%
BLUE value IS 93 (36.72% from 255) = 22.74%
R=43.03%
G=34.23%
B=22.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.47
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1761409300.200.470.3133.9834.4452.75
HexB08C5D0142F1F222235
Octal2602141350245737424265
Binary1011000010001100101110101010010111111111100010100010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B08C5D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B08C5D; }

 p { color: rgb(176,140,93); }

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

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

 a { background-color: rgb(176,140,93); }

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

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

 span { border-color: rgb(176,140,93); }

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