#B08C63

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

Shades of Barley Corn #B08C63

Tints of Barley Corn #B08C63

Color information

#B08C63 (or 0xB08C63) is unknown color: approx Barley Corn. HEX triplet: B0, 8C and 63. RGB value is (176,140,99). Sum of RGB (Red+Green+Blue) = 176+140+99=415 (54% of max value = 765). Red value is 176 (69.14% from 255 or 42.41% from 415); Green value is 140 (55.08% from 255 or 33.73% from 415); Blue value is 99 (39.06% from 255 or 23.86% from 415); Max value from RGB is 176 - color contains mainly: red. Hex color #B08C63 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B08C63 is #4F739C. Grayscale: #929292. Windows color (decimal): -5206941 or 6524080. OLE color: 6524080.

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

Color convert

RGB17614099-
CMYK00.200.440.31
HSL31.95º32.77%53.92%-
HSV(B)31.95º43.75%69.02%-
XYZ29.5328.8915.82-
YUV146.09101.43149.33-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 42.41%
GREEN value IS 140 (55.08% from 255) = 33.73%
BLUE value IS 99 (39.06% from 255) = 23.86%
R=42.41%
G=33.73%
B=23.86%

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
Decimal1761409900.200.440.3131.9532.7753.92
HexB08C630142C1F202136
Octal2602141430245437404166
Binary1011000010001100110001101010010110011111100000100001110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B08C63

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B08C63; }

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

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

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

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

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

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

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

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