#BD8C66

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

Shades of Fallow #BD8C66

Tints of Fallow #BD8C66

Color information

#BD8C66 (or 0xBD8C66) is unknown color: approx Fallow. HEX triplet: BD, 8C and 66. RGB value is (189,140,102). Sum of RGB (Red+Green+Blue) = 189+140+102=431 (57% of max value = 765). Red value is 189 (74.22% from 255 or 43.85% from 431); Green value is 140 (55.08% from 255 or 32.48% from 431); Blue value is 102 (40.23% from 255 or 23.67% from 431); Max value from RGB is 189 - color contains mainly: red. Hex color #BD8C66 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BD8C66 is #427399. Grayscale: #969696. Windows color (decimal): -4354970 or 6720701. OLE color: 6720701.

HSL color Cylindrical-coordinate representation of color #BD8C66: hue angle of 26.21º degrees, saturation: 0.4, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #BD8C66 is Cyan = 0, Magento = 0.26, Yellow = 0.46 and Black (K on CMYK) = 0.26.

Color convert

RGB189140102-
CMYK00.260.460.26
HSL26.21º39.73%57.06%-
HSV(B)26.21º46.03%74.12%-
XYZ32.7630.5316.74-
YUV150.32100.73155.59-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 43.85%
GREEN value IS 140 (55.08% from 255) = 32.48%
BLUE value IS 102 (40.23% from 255) = 23.67%
R=43.85%
G=32.48%
B=23.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.46
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18914010200.260.460.2626.2139.7357.06
HexBD8C6601A2E1A1a2839
Octal2752141460325632325071
Binary101111011000110011001100110101011101101011010101000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD8C66

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD8C66; }

 p { color: rgb(189,140,102); }

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

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

 a { background-color: rgb(189,140,102); }

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

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

 span { border-color: rgb(189,140,102); }

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