#BC945E

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

Shades of Barley Corn #BC945E

Tints of Barley Corn #BC945E

Color information

#BC945E (or 0xBC945E) is unknown color: approx Barley Corn. HEX triplet: BC, 94 and 5E. RGB value is (188,148,94). Sum of RGB (Red+Green+Blue) = 188+148+94=430 (56% of max value = 765). Red value is 188 (73.83% from 255 or 43.72% from 430); Green value is 148 (58.20% from 255 or 34.42% from 430); Blue value is 94 (37.11% from 255 or 21.86% from 430); Max value from RGB is 188 - color contains mainly: red. Hex color #BC945E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BC945E is #436BA1. Grayscale: #9A9A9A. Windows color (decimal): -4418466 or 6198460. OLE color: 6198460.

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

Color convert

RGB18814894-
CMYK00.210.500.26
HSL34.47º41.23%55.29%-
HSV(B)34.47º50%73.73%-
XYZ33.3532.6815.14-
YUV153.894.25152.39-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 43.72%
GREEN value IS 148 (58.20% from 255) = 34.42%
BLUE value IS 94 (37.11% from 255) = 21.86%
R=43.72%
G=34.42%
B=21.86%

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
Decimal1881489400.210.500.2634.4741.2355.29
HexBC945E015321A222937
Octal2742241360256232425167
Binary1011110010010100101111001010111001011010100010101001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC945E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC945E; }

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

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

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

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

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

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

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

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