#BC9B6F

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

Shades of Fallow #BC9B6F

Tints of Fallow #BC9B6F

Color information

#BC9B6F (or 0xBC9B6F) is unknown color: approx Fallow. HEX triplet: BC, 9B and 6F. RGB value is (188,155,111). Sum of RGB (Red+Green+Blue) = 188+155+111=454 (60% of max value = 765). Red value is 188 (73.83% from 255 or 41.41% from 454); Green value is 155 (60.94% from 255 or 34.14% from 454); Blue value is 111 (43.75% from 255 or 24.45% from 454); Max value from RGB is 188 - color contains mainly: red. Hex color #BC9B6F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BC9B6F is #436490. Grayscale: #A0A0A0. Windows color (decimal): -4416657 or 7314364. OLE color: 7314364.

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

Color convert

RGB188155111-
CMYK00.180.410.26
HSL34.29º36.49%58.63%-
HSV(B)34.29º40.96%73.73%-
XYZ35.3335.2819.99-
YUV159.85100.43148.08-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 41.41%
GREEN value IS 155 (60.94% from 255) = 34.14%
BLUE value IS 111 (43.75% from 255) = 24.45%
R=41.41%
G=34.14%
B=24.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.41
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18815511100.180.410.2634.2936.4958.63
HexBC9B6F012291A22243b
Octal2742331570225132424473
Binary1011110010011011110111101001010100111010100010100100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC9B6F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC9B6F; }

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

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

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

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

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

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

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

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