#BC9367

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

Shades of Fallow #BC9367

Tints of Fallow #BC9367

Color information

#BC9367 (or 0xBC9367) is unknown color: approx Fallow. HEX triplet: BC, 93 and 67. RGB value is (188,147,103). Sum of RGB (Red+Green+Blue) = 188+147+103=438 (58% of max value = 765). Red value is 188 (73.83% from 255 or 42.92% from 438); Green value is 147 (57.81% from 255 or 33.56% from 438); Blue value is 103 (40.62% from 255 or 23.52% from 438); Max value from RGB is 188 - color contains mainly: red. Hex color #BC9367 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BC9367 is #436C98. Grayscale: #9A9A9A. Windows color (decimal): -4418713 or 6788028. OLE color: 6788028.

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

Color convert

RGB188147103-
CMYK00.220.450.26
HSL31.06º38.81%57.06%-
HSV(B)31.06º45.21%73.73%-
XYZ33.6232.5417.34-
YUV154.2499.08152.08-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 42.92%
GREEN value IS 147 (57.81% from 255) = 33.56%
BLUE value IS 103 (40.62% from 255) = 23.52%
R=42.92%
G=33.56%
B=23.52%

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
Decimal18814710300.220.450.2631.0638.8157.06
HexBC93670162D1A1f2739
Octal2742231470265532374771
Binary101111001001001111001110101101011011101011111100111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC9367

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC9367; }

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

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

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

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

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

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

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

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