#BC955E

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

Shades of Barley Corn #BC955E

Tints of Barley Corn #BC955E

Color information

#BC955E (or 0xBC955E) is unknown color: approx Barley Corn. HEX triplet: BC, 95 and 5E. RGB value is (188,149,94). Sum of RGB (Red+Green+Blue) = 188+149+94=431 (57% of max value = 765). Red value is 188 (73.83% from 255 or 43.62% from 431); Green value is 149 (58.59% from 255 or 34.57% from 431); Blue value is 94 (37.11% from 255 or 21.81% from 431); Max value from RGB is 188 - color contains mainly: red. Hex color #BC955E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BC955E is #436AA1. Grayscale: #9A9A9A. Windows color (decimal): -4418210 or 6198716. OLE color: 6198716.

HSL color Cylindrical-coordinate representation of color #BC955E: hue angle of 35.11º degrees, saturation: 0.41, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #BC955E is Cyan = 0, Magento = 0.21, Yellow = 0.50 and Black (K on CMYK) = 0.26.

Color convert

RGB18814994-
CMYK00.210.500.26
HSL35.11º41.23%55.29%-
HSV(B)35.11º50%73.73%-
XYZ33.5132.9915.19-
YUV154.3993.92151.97-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 43.62%
GREEN value IS 149 (58.59% from 255) = 34.57%
BLUE value IS 94 (37.11% from 255) = 21.81%
R=43.62%
G=34.57%
B=21.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.50
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1881499400.210.500.2635.1141.2355.29
HexBC955E015321A232937
Octal2742251360256232435167
Binary1011110010010101101111001010111001011010100011101001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC955E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC955E; }

 p { color: rgb(188,149,94); }

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

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

 a { background-color: rgb(188,149,94); }

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

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

 span { border-color: rgb(188,149,94); }

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