#BC9B6E

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

Shades of Fallow #BC9B6E

Tints of Fallow #BC9B6E

Color information

#BC9B6E (or 0xBC9B6E) is unknown color: approx Fallow. HEX triplet: BC, 9B and 6E. RGB value is (188,155,110). Sum of RGB (Red+Green+Blue) = 188+155+110=453 (60% of max value = 765). Red value is 188 (73.83% from 255 or 41.50% from 453); Green value is 155 (60.94% from 255 or 34.22% from 453); Blue value is 110 (43.36% from 255 or 24.28% from 453); Max value from RGB is 188 - color contains mainly: red. Hex color #BC9B6E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BC9B6E is #436491. Grayscale: #9F9F9F. Windows color (decimal): -4416658 or 7248828. OLE color: 7248828.

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

Color convert

RGB188155110-
CMYK00.180.410.26
HSL34.62º36.79%58.43%-
HSV(B)34.62º41.49%73.73%-
XYZ35.2735.2619.7-
YUV159.7499.93148.16-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 41.50%
GREEN value IS 155 (60.94% from 255) = 34.22%
BLUE value IS 110 (43.36% from 255) = 24.28%
R=41.50%
G=34.22%
B=24.28%

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
Decimal18815511000.180.410.2634.6236.7958.43
HexBC9B6E012291A23253a
Octal2742331560225132434572
Binary1011110010011011110111001001010100111010100011100101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC9B6E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC9B6E; }

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

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

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

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

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

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

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

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