#BC9067

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

Shades of Fallow #BC9067

Tints of Fallow #BC9067

Color information

#BC9067 (or 0xBC9067) is unknown color: approx Fallow. HEX triplet: BC, 90 and 67. RGB value is (188,144,103). Sum of RGB (Red+Green+Blue) = 188+144+103=435 (57% of max value = 765). Red value is 188 (73.83% from 255 or 43.22% from 435); Green value is 144 (56.64% from 255 or 33.10% from 435); Blue value is 103 (40.62% from 255 or 23.68% from 435); Max value from RGB is 188 - color contains mainly: red. Hex color #BC9067 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BC9067 is #436F98. Grayscale: #989898. Windows color (decimal): -4419481 or 6787260. OLE color: 6787260.

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

Color convert

RGB188144103-
CMYK00.230.450.26
HSL28.94º38.81%57.06%-
HSV(B)28.94º45.21%73.73%-
XYZ33.1631.6217.19-
YUV152.48100.08153.33-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 43.22%
GREEN value IS 144 (56.64% from 255) = 33.10%
BLUE value IS 103 (40.62% from 255) = 23.68%
R=43.22%
G=33.10%
B=23.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.45
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18814410300.230.450.2628.9438.8157.06
HexBC90670172D1A1d2739
Octal2742201470275532354771
Binary101111001001000011001110101111011011101011101100111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC9067

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC9067; }

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

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

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

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

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

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

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

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