#BC925D

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

Shades of Barley Corn #BC925D

Tints of Barley Corn #BC925D

Color information

#BC925D (or 0xBC925D) is unknown color: approx Barley Corn. HEX triplet: BC, 92 and 5D. RGB value is (188,146,93). Sum of RGB (Red+Green+Blue) = 188+146+93=427 (56% of max value = 765). Red value is 188 (73.83% from 255 or 44.03% from 427); Green value is 146 (57.42% from 255 or 34.19% from 427); Blue value is 93 (36.72% from 255 or 21.78% from 427); Max value from RGB is 188 - color contains mainly: red. Hex color #BC925D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BC925D is #436DA2. Grayscale: #989898. Windows color (decimal): -4418979 or 6132412. OLE color: 6132412.

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

Color convert

RGB18814693-
CMYK00.220.510.26
HSL33.47º41.48%55.1%-
HSV(B)33.47º50.53%73.73%-
XYZ32.9932.0414.8-
YUV152.5294.41153.31-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 44.03%
GREEN value IS 146 (57.42% from 255) = 34.19%
BLUE value IS 93 (36.72% from 255) = 21.78%
R=44.03%
G=34.19%
B=21.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.51
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1881469300.220.510.2633.4741.4855.1
HexBC925D016331A212937
Octal2742221350266332415167
Binary1011110010010010101110101011011001111010100001101001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC925D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC925D; }

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

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

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

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

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

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

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

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