#BC9B6D

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

Shades of Fallow #BC9B6D

Tints of Fallow #BC9B6D

Color information

#BC9B6D (or 0xBC9B6D) is unknown color: approx Fallow. HEX triplet: BC, 9B and 6D. RGB value is (188,155,109). Sum of RGB (Red+Green+Blue) = 188+155+109=452 (59% of max value = 765). Red value is 188 (73.83% from 255 or 41.59% from 452); Green value is 155 (60.94% from 255 or 34.29% from 452); Blue value is 109 (42.97% from 255 or 24.12% from 452); Max value from RGB is 188 - color contains mainly: red. Hex color #BC9B6D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BC9B6D is #436492. Grayscale: #9F9F9F. Windows color (decimal): -4416659 or 7183292. OLE color: 7183292.

HSL color Cylindrical-coordinate representation of color #BC9B6D: hue angle of 34.94º degrees, saturation: 0.37, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #BC9B6D is Cyan = 0, Magento = 0.18, Yellow = 0.42 and Black (K on CMYK) = 0.26.

Color convert

RGB188155109-
CMYK00.180.420.26
HSL34.94º37.09%58.24%-
HSV(B)34.94º42.02%73.73%-
XYZ35.2235.2419.41-
YUV159.6299.43148.24-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 41.59%
GREEN value IS 155 (60.94% from 255) = 34.29%
BLUE value IS 109 (42.97% from 255) = 24.12%
R=41.59%
G=34.29%
B=24.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.42
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18815510900.180.420.2634.9437.0958.24
HexBC9B6D0122A1A23253a
Octal2742331550225232434572
Binary1011110010011011110110101001010101011010100011100101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC9B6D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC9B6D; }

 p { color: rgb(188,155,109); }

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

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

 a { background-color: rgb(188,155,109); }

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

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

 span { border-color: rgb(188,155,109); }

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