#BC915E

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

Shades of Barley Corn #BC915E

Tints of Barley Corn #BC915E

Color information

#BC915E (or 0xBC915E) is unknown color: approx Barley Corn. HEX triplet: BC, 91 and 5E. RGB value is (188,145,94). Sum of RGB (Red+Green+Blue) = 188+145+94=427 (56% of max value = 765). Red value is 188 (73.83% from 255 or 44.03% from 427); Green value is 145 (57.03% from 255 or 33.96% from 427); Blue value is 94 (37.11% from 255 or 22.01% from 427); Max value from RGB is 188 - color contains mainly: red. Hex color #BC915E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BC915E is #436EA1. Grayscale: #989898. Windows color (decimal): -4419234 or 6197692. OLE color: 6197692.

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

Color convert

RGB18814594-
CMYK00.230.500.26
HSL32.55º41.23%55.29%-
HSV(B)32.55º50%73.73%-
XYZ32.8831.7514.98-
YUV152.0495.25153.65-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 44.03%
GREEN value IS 145 (57.03% from 255) = 33.96%
BLUE value IS 94 (37.11% from 255) = 22.01%
R=44.03%
G=33.96%
B=22.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.50
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1881459400.230.500.2632.5541.2355.29
HexBC915E017321A212937
Octal2742211360276232415167
Binary1011110010010001101111001011111001011010100001101001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC915E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC915E; }

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

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

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

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

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

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

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

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