#B08B62

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

Shades of Barley Corn #B08B62

Tints of Barley Corn #B08B62

Color information

#B08B62 (or 0xB08B62) is unknown color: approx Barley Corn. HEX triplet: B0, 8B and 62. RGB value is (176,139,98). Sum of RGB (Red+Green+Blue) = 176+139+98=413 (54% of max value = 765). Red value is 176 (69.14% from 255 or 42.62% from 413); Green value is 139 (54.69% from 255 or 33.66% from 413); Blue value is 98 (38.67% from 255 or 23.73% from 413); Max value from RGB is 176 - color contains mainly: red. Hex color #B08B62 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B08B62 is #4F749D. Grayscale: #919191. Windows color (decimal): -5207198 or 6458288. OLE color: 6458288.

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

Color convert

RGB17613998-
CMYK00.210.440.31
HSL31.54º33.05%53.73%-
HSV(B)31.54º44.32%69.02%-
XYZ29.3428.5815.52-
YUV145.39101.26149.83-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 42.62%
GREEN value IS 139 (54.69% from 255) = 33.66%
BLUE value IS 98 (38.67% from 255) = 23.73%
R=42.62%
G=33.66%
B=23.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.44
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1761399800.210.440.3131.5433.0553.73
HexB08B620152C1F202136
Octal2602131420255437404166
Binary1011000010001011110001001010110110011111100000100001110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B08B62

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B08B62; }

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

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

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

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

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

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

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

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