#BC905F

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

Shades of Barley Corn #BC905F

Tints of Barley Corn #BC905F

Color information

#BC905F (or 0xBC905F) is unknown color: approx Barley Corn. HEX triplet: BC, 90 and 5F. RGB value is (188,144,95). Sum of RGB (Red+Green+Blue) = 188+144+95=427 (56% of max value = 765). Red value is 188 (73.83% from 255 or 44.03% from 427); Green value is 144 (56.64% from 255 or 33.72% from 427); Blue value is 95 (37.5% from 255 or 22.25% from 427); Max value from RGB is 188 - color contains mainly: red. Hex color #BC905F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BC905F is #436FA0. Grayscale: #979797. Windows color (decimal): -4419489 or 6262972. OLE color: 6262972.

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

Color convert

RGB18814495-
CMYK00.230.490.26
HSL31.61º40.97%55.49%-
HSV(B)31.61º49.47%73.73%-
XYZ32.7831.4615.17-
YUV151.5796.08153.98-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 44.03%
GREEN value IS 144 (56.64% from 255) = 33.72%
BLUE value IS 95 (37.5% from 255) = 22.25%
R=44.03%
G=33.72%
B=22.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.49
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1881449500.230.490.2631.6140.9755.49
HexBC905F017311A202937
Octal2742201370276132405167
Binary1011110010010000101111101011111000111010100000101001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC905F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC905F; }

 p { color: rgb(188,144,95); }

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

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

 a { background-color: rgb(188,144,95); }

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

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

 span { border-color: rgb(188,144,95); }

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