#B08F5D

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

Shades of Barley Corn #B08F5D

Tints of Barley Corn #B08F5D

Color information

#B08F5D (or 0xB08F5D) is unknown color: approx Barley Corn. HEX triplet: B0, 8F and 5D. RGB value is (176,143,93). Sum of RGB (Red+Green+Blue) = 176+143+93=412 (54% of max value = 765). Red value is 176 (69.14% from 255 or 42.72% from 412); Green value is 143 (56.25% from 255 or 34.71% from 412); Blue value is 93 (36.72% from 255 or 22.57% from 412); Max value from RGB is 176 - color contains mainly: red. Hex color #B08F5D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B08F5D is #4F70A2. Grayscale: #939393. Windows color (decimal): -5206179 or 6131632. OLE color: 6131632.

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

Color convert

RGB17614393-
CMYK00.190.470.31
HSL36.14º34.44%52.75%-
HSV(B)36.14º47.16%69.02%-
XYZ29.729.6714.52-
YUV147.1797.43148.57-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 42.72%
GREEN value IS 143 (56.25% from 255) = 34.71%
BLUE value IS 93 (36.72% from 255) = 22.57%
R=42.72%
G=34.71%
B=22.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.47
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1761439300.190.470.3136.1434.4452.75
HexB08F5D0132F1F242235
Octal2602171350235737444265
Binary1011000010001111101110101001110111111111100100100010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B08F5D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B08F5D; }

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

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

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

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

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

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

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

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