#bc9062

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

Shades of Barley Corn #BC9062

Tints of Barley Corn #BC9062

Color information

#BC9062 (or 0xBC9062) is unknown color: approx Barley Corn. HEX triplet: BC, 90 and 62. RGB value is (188,144,98). Sum of RGB (Red+Green+Blue) = 188+144+98=430 (56% of max value = 765). Red value is 188 (73.83% from 255 or 43.72% from 430); Green value is 144 (56.64% from 255 or 33.49% from 430); Blue value is 98 (38.67% from 255 or 22.79% from 430); Max value from RGB is 188 - color contains mainly: red. Hex color #BC9062 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BC9062 is #436F9D. Grayscale: #989898. Windows color (decimal): -4419486 or 6459580. OLE color: 6459580.

HSL color Cylindrical-coordinate representation of color #BC9062: hue angle of 30.67º degrees, saturation: 0.4, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #BC9062 is Cyan = 0, Magento = 0.23, Yellow = 0.48 and Black (K on CMYK) = 0.26.

Color convert

RGB18814498-
CMYK00.230.480.26
HSL30.67º40.18%56.08%-
HSV(B)30.67º47.87%73.73%-
XYZ32.9231.5215.9-
YUV151.9197.58153.74-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 43.72%
GREEN value IS 144 (56.64% from 255) = 33.49%
BLUE value IS 98 (38.67% from 255) = 22.79%
R=43.72%
G=33.49%
B=22.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.48
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1881449800.230.480.2630.6740.1856.08
HexBC9062017301A1f2838
Octal2742201420276032375070
Binary101111001001000011000100101111100001101011111101000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #bc9062

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #bc9062; }

 p { color: rgb(188,144,98); }

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

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

 a { background-color: rgb(188,144,98); }

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

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

 span { border-color: rgb(188,144,98); }

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