#BC9267

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

Shades of Fallow #BC9267

Tints of Fallow #BC9267

Color information

#BC9267 (or 0xBC9267) is unknown color: approx Fallow. HEX triplet: BC, 92 and 67. RGB value is (188,146,103). Sum of RGB (Red+Green+Blue) = 188+146+103=437 (57% of max value = 765). Red value is 188 (73.83% from 255 or 43.02% from 437); Green value is 146 (57.42% from 255 or 33.41% from 437); Blue value is 103 (40.62% from 255 or 23.57% from 437); Max value from RGB is 188 - color contains mainly: red. Hex color #BC9267 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BC9267 is #436D98. Grayscale: #999999. Windows color (decimal): -4418969 or 6787772. OLE color: 6787772.

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

Color convert

RGB188146103-
CMYK00.220.450.26
HSL30.35º38.81%57.06%-
HSV(B)30.35º45.21%73.73%-
XYZ33.4732.2317.29-
YUV153.6699.41152.5-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 43.02%
GREEN value IS 146 (57.42% from 255) = 33.41%
BLUE value IS 103 (40.62% from 255) = 23.57%
R=43.02%
G=33.41%
B=23.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.45
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18814610300.220.450.2630.3538.8157.06
HexBC92670162D1A1e2739
Octal2742221470265532364771
Binary101111001001001011001110101101011011101011110100111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC9267

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC9267; }

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

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

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

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

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

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

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

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