#BC925B

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

Shades of Barley Corn #BC925B

Tints of Barley Corn #BC925B

Color information

#BC925B (or 0xBC925B) is unknown color: approx Barley Corn. HEX triplet: BC, 92 and 5B. RGB value is (188,146,91). Sum of RGB (Red+Green+Blue) = 188+146+91=425 (56% of max value = 765). Red value is 188 (73.83% from 255 or 44.24% from 425); Green value is 146 (57.42% from 255 or 34.35% from 425); Blue value is 91 (35.94% from 255 or 21.41% from 425); Max value from RGB is 188 - color contains mainly: red. Hex color #BC925B is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BC925B is #436DA4. Grayscale: #989898. Windows color (decimal): -4418981 or 6001340. OLE color: 6001340.

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

Color convert

RGB18814691-
CMYK00.220.520.26
HSL34.02º41.99%54.71%-
HSV(B)34.02º51.6%73.73%-
XYZ32.913214.34-
YUV152.2993.41153.47-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 44.24%
GREEN value IS 146 (57.42% from 255) = 34.35%
BLUE value IS 91 (35.94% from 255) = 21.41%
R=44.24%
G=34.35%
B=21.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.52
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1881469100.220.520.2634.0241.9954.71
HexBC925B016341A222a37
Octal2742221330266432425267
Binary1011110010010010101101101011011010011010100010101010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC925B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC925B; }

 p { color: rgb(188,146,91); }

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

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

 a { background-color: rgb(188,146,91); }

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

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

 span { border-color: rgb(188,146,91); }

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