#BC945D

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

Shades of Barley Corn #BC945D

Tints of Barley Corn #BC945D

Color information

#BC945D (or 0xBC945D) is unknown color: approx Barley Corn. HEX triplet: BC, 94 and 5D. RGB value is (188,148,93). Sum of RGB (Red+Green+Blue) = 188+148+93=429 (56% of max value = 765). Red value is 188 (73.83% from 255 or 43.82% from 429); Green value is 148 (58.20% from 255 or 34.50% from 429); Blue value is 93 (36.72% from 255 or 21.68% from 429); Max value from RGB is 188 - color contains mainly: red. Hex color #BC945D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BC945D is #436BA2. Grayscale: #999999. Windows color (decimal): -4418467 or 6132924. OLE color: 6132924.

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

Color convert

RGB18814893-
CMYK00.210.510.26
HSL34.74º41.48%55.1%-
HSV(B)34.74º50.53%73.73%-
XYZ33.332.6614.9-
YUV153.6993.75152.47-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 43.82%
GREEN value IS 148 (58.20% from 255) = 34.50%
BLUE value IS 93 (36.72% from 255) = 21.68%
R=43.82%
G=34.50%
B=21.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.51
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1881489300.210.510.2634.7441.4855.1
HexBC945D015331A232937
Octal2742241350256332435167
Binary1011110010010100101110101010111001111010100011101001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC945D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC945D; }

 p { color: rgb(188,148,93); }

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

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

 a { background-color: rgb(188,148,93); }

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

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

 span { border-color: rgb(188,148,93); }

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